pub struct ParserError(pub Vec<Simple<Token>>);
Tuple Fields§
§0: Vec<Simple<Token>>
Trait Implementations§
Source§impl Debug for ParserError
impl Debug for ParserError
Source§impl From<ParserError> for TextualDiagnostics
impl From<ParserError> for TextualDiagnostics
Source§fn from(error: ParserError) -> TextualDiagnostics
fn from(error: ParserError) -> TextualDiagnostics
Converts to this type from the input type.
Source§impl PartialEq for ParserError
impl PartialEq for ParserError
impl StructuralPartialEq for ParserError
Auto Trait Implementations§
impl Freeze for ParserError
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
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