pub type NetworkEndian<D> = BigEndian<D>;Expand description
A type alias for Endian specialized for network byte order.
Network byte order is defined by RFC 1700 to be big-endian,
and is referred to in several protocol specifications.
This type is an alias of BigEndian.
Aliased Typeยง
pub struct NetworkEndian<D> { /* private fields */ }