[][src]Crate erroneous

Re-exports

pub use erroneous_derive::Error;

Structs

Iter

Returned by Error::iter

Traits

Error

A "replacement" trait for std::error::Error. You should use this as a bound instead of that one, since this one has more guarantees, although it is entirely logically identical to std::error::Error + Send + Sync + 'static.