Function unsigned_varint::io::read_u32

source ·
pub fn read_u32<R: Read>(reader: R) -> Result<u32, ReadError>
Expand description

Try to read and decode a u32 from the given Read type.