Trait ux::prelude::InetAddressExtManual[]

pub trait InetAddressExtManual {
    pub fn to_bytes(&'a self) -> Option<InetAddressBytes<'a>>;
}

Required methods

pub fn to_bytes(&'a self) -> Option<InetAddressBytes<'a>>

Loading content...

Implementors

impl<O> InetAddressExtManual for O where
    O: IsA<InetAddress>, 

pub fn to_bytes(&'a self) -> Option<InetAddressBytes<'a>>

Returns None in case the address has a native size different than 4 and 16.

Loading content...