#failure #extension #traits #future #context #error-handling #options

failure_ext

Convenience extension traits for the failure error-handling crate

3 releases

0.1.2 Jul 4, 2019
0.1.1 Jul 2, 2019
0.1.0 Jul 2, 2019

#1636 in Asynchronous

AGPL-3.0

5KB

failure_ext

Build Status Docs

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 the future_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 the future_ext feature is enabled)

Dependencies

~77KB