Expand description
The error of parser handling, returned by Parser.
Please see module level document for more error information.
Variants
Mismatch
If parser mismatched, just choose another one.
Terminate
The parser is the only one can be matched.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PError
impl Send for PError
impl Sync for PError
impl Unpin for PError
impl UnwindSafe for PError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more