Enum nom::StepperState
[−]
[src]
pub enum StepperState<'a, O> {
Eof,
Value(O),
ProducerError(u32),
Continue,
ParserError(Err<'a>),
}Variants
EofValue(O)ProducerError(u32)ContinueParserError(Err<'a>)Trait Implementations
impl<'a, O: Eq> Eq for StepperState<'a, O>[src]
impl<'a, O: PartialEq> PartialEq for StepperState<'a, O>[src]
fn eq(&self, __arg_0: &StepperState<'a, O>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StepperState<'a, O>) -> bool
This method tests for !=.