Trait swiss_army_knife::big_endian::FromNetworkEndianToNativeEndian[][src]

pub trait FromNetworkEndianToNativeEndian {
    type NumericType;
    fn from_network_endian_to_native_endian(self) -> Self::NumericType;
}
Expand description

To a native endian.

Associated Types

Type.

Required methods

Implementors