[−][src]Struct nom::error::VerboseError
this error type accumulates errors and their position when backtracking
through a parse tree. With some post processing (cf examples/json.rs
),
it can be used to display user friendly error messages
Fields
errors: Vec<(I, VerboseErrorKind)>
list of errors accumulated by VerboseError
, containing the affected
part of input data, and some context
Trait Implementations
impl<I: Clone> Clone for VerboseError<I>
[src][+]
impl<I: Debug> Debug for VerboseError<I>
[src][+]
impl<I> ParseError<I> for VerboseError<I>
[src][+]
impl<I: PartialEq> PartialEq<VerboseError<I>> for VerboseError<I>
[src][+]
impl<I> StructuralPartialEq for VerboseError<I>
[src]
Auto Trait Implementations
impl<I> RefUnwindSafe for VerboseError<I> where
I: RefUnwindSafe,
I: RefUnwindSafe,
impl<I> Send for VerboseError<I> where
I: Send,
I: Send,
impl<I> Sync for VerboseError<I> where
I: Sync,
I: Sync,
impl<I> Unpin for VerboseError<I> where
I: Unpin,
I: Unpin,
impl<I> UnwindSafe for VerboseError<I> where
I: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,