Trait vector_api_client::gql::ComponentsQueryExt
source · pub trait ComponentsQueryExt {
// Required method
async fn components_query(&self, first: i64) -> QueryResult<ComponentsQuery>;
}
Required Methods§
async fn components_query(&self, first: i64) -> QueryResult<ComponentsQuery>
Object Safety§
This trait is not object safe.