[][src]Function unsigned_varint::io::read_u8

pub fn read_u8<R: Read>(mut reader: R) -> Result<u8, ReadError>

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