Skip to main content

Module error

Module error 

Source
Expand description

Error types.

Re-exports§

pub use error::CompoundKind;
pub use error::ConflictKind;
pub use error::Error;
pub use error::ErrorKind;
pub use error::Span;
pub use result::Result;

Modules§

error
The unified Error enum plus its std / serde Error trait impls.
result
Convenience Result alias.