Trait vector_api_client::gql::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§