Expand description
Convenience extension traits for the failure error-handling crate
This crate makes it possible to call .context(...)
on the following types
std::option::Option
futures::Future
(if thefuture_ext
feature is enabled)
Traitsยง
- Extension methods for
trait Future
. - Extension methods for
Option
.