[][src]Function vint32::decode_from_reader

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

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

Will panic if incorrectly encoded or Read returns an error.