logo
pub const U16_SERIALIZED_LENGTH: usize = mem::size_of::<u16>(); // 2usize
Expand description

The number of bytes in a serialized u16.