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