pub const fn encoded_len_varint(value: u64) -> usize
Expand description

Returns the encoded length of the value in LEB128 variable length format. The returned value will be between 1 and 10, inclusive.