Enum nom::StepperState [] [src]

pub enum StepperState<'a, O> {
    Eof,
    Value(O),
    ProducerError(u32),
    Continue,
    ParserError(Err<'a>),
}

Variants

Eof
Value
ProducerError
Continue
ParserError

Trait Implementations

Derived Implementations

impl<'a, O: Eq> Eq for StepperState<'a, O>

impl<'a, O: PartialEq> PartialEq for StepperState<'a, O>

fn eq(&self, __arg_0: &StepperState<'a, O>) -> bool

fn ne(&self, __arg_0: &StepperState<'a, O>) -> bool

impl<'a, O: Debug> Debug for StepperState<'a, O>

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