HasHttp

Trait HasHttp 

Source
pub trait HasHttp: Send + Sync {
    // Required method
    fn get_http(&self) -> &Http;
}

Required Methods§

Source

fn get_http(&self) -> &Http

Implementations on Foreign Types§

Source§

impl HasHttp for Http

Source§

fn get_http(&self) -> &Http

Implementors§