Module mycelium_util::error
source · Expand description
An Error
trait based on std::error::Error
.
This is a modified version of std::error::Error
that doesn’t require the
Rust standard library.
Structs
- An iterator over
Error
Traits
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.