Trait iploc::util::ToIp [] [src]

pub trait ToIp {
    fn to_ip(&self) -> String;
}

Required Methods

Implementors