Struct nom::error::Error [−][src]
pub struct Error<I> { pub input: I, pub code: ErrorKind, }
default error type, only contains the error’ location and code
Fields
input: I
position of the error in the input data
code: ErrorKind
nom error code
Implementations
impl<I> Error<I>
[src][−]
Trait Implementations
impl<I> ContextError<I> for Error<I>
[src][+]
impl<I: Debug> Debug for Error<I>
[src][+]
impl<I: Display> Display for Error<I>
[src][+]
impl<I> ErrorConvert<Error<(I, usize)>> for Error<I>
[src][+]
impl<I> ErrorConvert<Error<I>> for Error<(I, usize)>
[src][+]
impl<I, E> FromExternalError<I, E> for Error<I>
[src][+]
impl<I> ParseError<I> for Error<I>
[src][+]
impl<I: PartialEq> PartialEq<Error<I>> for Error<I>
[src][+]
impl<I> StructuralPartialEq for Error<I>
[src]
Auto Trait Implementations
impl<I> Send for Error<I> where
I: Send,
I: Send,
impl<I> Sync for Error<I> where
I: Sync,
I: Sync,
impl<I> Unpin for Error<I> where
I: Unpin,
I: Unpin,
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, 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>,