Trait HostAware
actix_net::resolver
pub trait HostAware { fn host(&self) -> &str; }
fn host(&self) -> &str
impl HostAware for String