pub type BigEndianU16 = [u8; 2];
Expand description

Big-endian (network byte order) u16.

Trait Implementations