Function transformable::utils::encoded_len_varint
source · pub const fn encoded_len_varint(value: u64) -> usizeExpand description
Returns the encoded length of the value in LEB128 variable length format. The returned value will be between 1 and 10, inclusive.