Type Definition nom::simple_errors::Err
[−]
[src]
type Err<E = u32> = ErrorKind<E>;
Trait Implementations
impl<E: Debug + Any> Error for Err<E>
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more