read_byte

Function read_byte 

Source
fn read_byte<R>(reader: R) -> Result<u8>
where R: Read,