Function decode

Source
pub fn decode<'de, R, T>(r: R) -> Result<T, R::Error>
where R: Reader<'de>, T: Unsigned,
Expand description

Decode the given length using variable int encoding.