Enum nom::StepperState
[−]
[src]
pub enum StepperState<'a, O> { Eof, Value(O), ProducerError(u32), Continue, ParserError(Err<'a>), }
Variants
Eof | |
Value | |
ProducerError | |
Continue | |
ParserError |