Function read_byte

Source
pub fn read_byte<R>(r: &mut R) -> Result<u8, Error>
where R: Read,
Expand description

Read a single byte.