Type Alias NetworkEndian

Source
pub type NetworkEndian = BigEndian;
Expand description

The endianness used in many network protocols.

This is a type alias for BigEndian.

Aliased Typeยง

pub enum NetworkEndian {}