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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§