trait SpecReadByte {
// Required method
fn spec_read_byte(&mut self) -> Option<Result<u8>>;
}
Expand description
For the specialization of Bytes::next
.
trait SpecReadByte {
// Required method
fn spec_read_byte(&mut self) -> Option<Result<u8>>;
}
For the specialization of Bytes::next
.