Enum nom::ConsumerState [] [src]

pub enum ConsumerState {
    Await(usize, usize),
    Seek(usize, SeekFrom, usize),
    Incomplete,
    ConsumerDone,
    ConsumerError(u32),
}

Holds the current state of the consumer

Variants

Await
Seek
Incomplete
ConsumerDone
ConsumerError

Trait Implementations

Derived Implementations

impl Copy for ConsumerState

impl Clone for ConsumerState

fn clone(&self) -> ConsumerState

fn clone_from(&mut self, source: &Self)

impl Eq for ConsumerState

impl PartialEq for ConsumerState

fn eq(&self, __arg_0: &ConsumerState) -> bool

fn ne(&self, __arg_0: &ConsumerState) -> bool

impl Debug for ConsumerState

fn fmt(&self, __arg_0: &mut Formatter) -> Result