pub trait HostAware {
    fn host(&self) -> &str;
}

Required Methods§

Implementations on Foreign Types§

Implementors§