Type Alias NetworkEndian

Source
pub type NetworkEndian = BigEndian;
Expand description

Defines the network byte order, which is the same as BigEndian.

Aliased Type§

pub enum NetworkEndian {}