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

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

Trait Implementations

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

[src]

A short description of the error. Read more

1.0.0
[src]

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

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

[src]

Formats the value using the given formatter. Read more