pub type BigEndian<D> = Endian<D, BigEndian>;
A type alias for Endian specialized for big endian byte order.
Endian
pub struct BigEndian<D> { /* private fields */ }