Docs.rs
er-0.2.1
er 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
strake
Dependencies
Versions
75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate
error
error
0.2.1
All Items
Crate Items
Traits
Crates
error
Crate
error
Copy item path
Settings
Help
Summary
Source
Traits
§
Error
Error
is a trait representing the basic expectations for error values, i.e., values of type
E
in
Result<T, E>
. Errors must describe themselves through the
Display
and
Debug
traits, and may provide cause chain information: