[][src]Function vint64::decoded_len

pub fn decoded_len(byte: u8) -> usize

Get the length of a vint64 from the first byte.

NOTE: The returned value is inclusive of the first byte itself.