decode_from_reader

Function decode_from_reader 

Source
pub fn decode_from_reader<R: Read>(r: &mut R) -> Option<u32>
Expand description

Decode a single vint32-encoded unsigned 32-bit integer from a Read.

Will panic if incorrectly encoded or Read returns an error.