vector_api_client::gql

Trait HealthQueryExt

source
pub trait HealthQueryExt {
    // Required method
    async fn health_query(&self) -> QueryResult<HealthQuery>;
}
Expand description

Extension methods for health queries.

Required Methods§

source

async fn health_query(&self) -> QueryResult<HealthQuery>

Executes a health query.

Object Safety§

This trait is not object safe.

Implementors§