Trait vector_api_client::gql::HealthQueryExt  
source · pub trait HealthQueryExt {
    // Required method
    async fn health_query(&self) -> QueryResult<HealthQuery>;
}Expand description
Extension methods for health queries.
Required Methods§
sourceasync fn health_query(&self) -> QueryResult<HealthQuery>
 
async fn health_query(&self) -> QueryResult<HealthQuery>
Executes a health query.
Object Safety§
This trait is not object safe.