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

The number of bytes in a serialized i32.