pub trait InetAddressExtManual {
    // Required method
    fn to_bytes(&self) -> Option<InetAddressBytes<'_>>;
}

Required Methods§

Implementors§