Trait ApiKeyFetcher

Source
pub trait ApiKeyFetcher {
    // Required method
    async fn fetch_api_key_info(&self) -> Result<ApiKeyInfo, XaiError>;
}

Required Methods§

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§