use crateio as ggio;
/// read_byte reads and returns the next byte from the input or
/// any error encountered. If read_byte returns an error, no input
/// byte was consumed.
///
/// This function can be used to implement crate::io::ByteReader trait
/// for structures that implement std::io::BufRead interface.
Sized>