Trait sourceview5::prelude::InetAddressExtManual
source · pub trait InetAddressExtManual: Sealed + IsA<InetAddress> + 'static {
// Provided method
fn to_bytes(&self) -> Option<InetAddressBytes<'_>> { ... }
}
Provided Methods§
sourcefn to_bytes(&self) -> Option<InetAddressBytes<'_>>
fn to_bytes(&self) -> Option<InetAddressBytes<'_>>
Returns None
in case the address has a native size different than 4 and 16.
Object Safety§
This trait is not object safe.