Function inlined_slow_read_byte

Source
fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>>
Expand description

Reads a single byte in a slow, generic way. This is used by the default spec_read_byte.