logo
pub const I64_SERIALIZED_LENGTH: usize = mem::size_of::<i64>(); // 8usize
Expand description

The number of bytes in a serialized i64.