pub enum PEGError {
ParsingError(ParserError),
TransformationError(TransformError),
}Variants§
ParsingError(ParserError)
TransformationError(TransformError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PEGError
impl RefUnwindSafe for PEGError
impl !Send for PEGError
impl !Sync for PEGError
impl Unpin for PEGError
impl UnwindSafe for PEGError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more