Trait turmoil::ToIpAddr

source ·
pub trait ToIpAddr {
    fn to_ip_addr(&self, dns: &mut Dns) -> IpAddr;
}

Required Methods

Implementations on Foreign Types

Implementors