logo
pub const U32_SERIALIZED_LENGTH: usize = mem::size_of::<u32>(); // 4usize
Expand description

The number of bytes in a serialized u32.