3 releases
0.1.2 | Jul 4, 2019 |
---|---|
0.1.1 | Jul 2, 2019 |
0.1.0 | Jul 2, 2019 |
#1861 in Asynchronous
5KB
failure_ext
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)
lib.rs
:
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)
Dependencies
~78KB