[][src]Type Definition nom::simple_errors::Err

type Err<E = u32> = ErrorKind<E>;

Trait Implementations

impl<E: Debug> Display for Err<E>
[src]

Formats the value using the given formatter. Read more

impl<E: Debug + Any> Error for Err<E>
[src]

This method is soft-deprecated. Read more

Deprecating in 1.33.0

: replaced by Error::source, which can support downcasting

The lower-level cause of this error, if any. Read more

The lower-level source of this error, if any. Read more