[][src]Function vint64::length_hint

pub fn length_hint(byte: u8) -> usize

Get the length of a vint64 from the first byte.

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