vector_api_client::gql

Trait ComponentsQueryExt

source
pub trait ComponentsQueryExt {
    // Required method
    async fn components_query(&self, first: i64) -> QueryResult<ComponentsQuery>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§