pub fn read_single_byte<R>(r: &mut R) -> Result<u8, Error>where R: Read,
Reads a single byte from the Read.
Read