Function inlined_slow_read_byte
pub(in ::io::util) fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>>
Reads a single byte in a slow, generic way. This is used by the default
spec_read_byte.