Enum yaml_peg::parser::PError [−][src]
Expand description
The error of parser handling.
Not recommended to use it at other times.
Variants
If parser mismatched, just choose another one.
The parser is the only one can be matched.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PErrorimpl UnwindSafe for PError