Function unsigned_varint::io::read_u8

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

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