Trait HttpClientInterface

Source
pub trait HttpClientInterface: Send + Sync {
    // Required method
    fn external_http_client(&self) -> &Client;
}

Required Methods§

Implementors§