unsigned_varint::io
pub fn read_u32<R: Read>(mut reader: R) -> Result<u32, ReadError>
Try to read and decode a u32 from the given Read type.
u32
Read