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

The number of bytes in a serialized u64.