Function unsigned_varint::io::read_u8 [−][src]
pub fn read_u8<R: Read>(reader: R) -> Result<u8, ReadError>
Try to read and decode a
u8
from the given Read
type.
pub fn read_u8<R: Read>(reader: R) -> Result<u8, ReadError>
Try to read and decode a
u8
from the given Read
type.