pub type BigEndianU32 = [u8; 4];
Expand description

Big-endian (network byte order) u32.

Trait Implementations