pub struct VerboseError;
Expand description
A slower but more user friendly error that will provide information about the chain of parsers that found the error and some context.
Auto Trait Implementations§
impl Freeze for VerboseError
impl RefUnwindSafe for VerboseError
impl Send for VerboseError
impl Sync for VerboseError
impl Unpin for VerboseError
impl UnwindSafe for VerboseError
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