Trait oci_distribution::client::ClientConfigSource[][src]

pub trait ClientConfigSource {
    fn client_config(&self) -> ClientConfig;
}

A source that can provide a ClientConfig. If you are using this crate in your own application, you can implement this trait on your configuration type so that it can be passed to Client::from_source.

Required methods

fn client_config(&self) -> ClientConfig[src]

Provides a ClientConfig.

Loading content...

Implementors

Loading content...