logo
pub const U8_SERIALIZED_LENGTH: usize = mem::size_of::<u8>(); // 1usize
Expand description

The number of bytes in a serialized u8.