Trait ojcmp::ByteRead[][src]

pub trait ByteRead: BufRead {
    fn next_byte(&mut self) -> IoByte;
unsafe fn consume_unchecked(&mut self, amt: usize); }

Required methods

fn next_byte(&mut self) -> IoByte[src]

unsafe fn consume_unchecked(&mut self, amt: usize)[src]

Loading content...

Implementations on Foreign Types

impl ByteRead for &[u8][src]

fn next_byte(&mut self) -> IoByte[src]

unsafe fn consume_unchecked(&mut self, amt: usize)[src]

Loading content...

Implementors

impl<R: TrustedRead> ByteRead for ByteReader<R>[src]

fn next_byte(&mut self) -> IoByte[src]

unsafe fn consume_unchecked(&mut self, amt: usize)[src]

Loading content...