HasHttpConfig

Trait HasHttpConfig 

Source
pub trait HasHttpConfig {
    // Required method
    fn http_client_config(&mut self) -> &mut HttpConfig;
}
Expand description

Expose interface for modifying builder config.

Required Methods§

Source

fn http_client_config(&mut self) -> &mut HttpConfig

Return a mutable reference to the config within the exporter builders.

Implementors§