fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>>🔬This is a nightly-only experimental API. (
alloc_io #154046)Expand description
Reads a single byte in a slow, generic way. This is used by the default
spec_read_byte.