pub fn decode_from_reader<R: Read>(r: &mut R) -> Option<u32>
Decode a single vint32-encoded unsigned 32-bit integer from a Read.
vint32
Read
Will panic if incorrectly encoded or Read returns an error.