Enum parser_pda::parser_pda::LittleParserStates [−][src]
pub enum LittleParserStates {
Idle,
NewSentence,
InvalidSegment,
PlainSegment,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LittleParserStates
impl Send for LittleParserStates
impl Sync for LittleParserStates
impl Unpin for LittleParserStates
impl UnwindSafe for LittleParserStates
Blanket Implementations
Mutably borrows from an owned value. Read more