pub fn total_len(flags: u8, klen: usize, vlen: usize) -> Result<usize>Expand description
The bytes needed for a record with this shape.
ยงErrors
Code::Invalid if the key is longer than MAX_KEY_LEN, or if the total
would not fit in the u32 that has to hold it.