Trait qdrant_client::client::MaybeApiKey
source · pub trait MaybeApiKey {
// Required method
fn maybe_key(self) -> Option<String>;
}Expand description
Helper thread to allow setting an API key from various types
pub trait MaybeApiKey {
// Required method
fn maybe_key(self) -> Option<String>;
}Helper thread to allow setting an API key from various types