Type Alias NetworkEndian

pub type NetworkEndian = BigEndian;

The endianness used in many network protocols.

This is a type alias for BigEndian.