Trait SpecReadByte
pub trait SpecReadByte
For the specialization of Bytes::next.
Required Methods
fn spec_read_byte(&mut self) -> Option<Result<u8>>
Implementors
impl<R> SpecReadByte for Box<T, A> where R: Read,impl<R> SpecReadByte for BufReader<R> where R: Read,impl<R> SpecReadByte for BufReader<R> where Self: Read,impl<R> SpecReadByte for R where Self: Read,impl<R> SpecReadByte for VecDeque<T, A> where R: Read,