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