Trait actix_net::resolver::HostAware[][src]

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

Required Methods

Implementations on Foreign Types

impl HostAware for String
[src]

Implementors