Type Alias NetworkEndian
pub type NetworkEndian = BigEndian;
The endianness used in many network protocols.
This is a type alias for BigEndian.
NetworkEndianpub type NetworkEndian = BigEndian;
The endianness used in many network protocols.
This is a type alias for BigEndian.