[][src]Crate 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 the future_ext feature is enabled)

Traits

FutureExt

Extension methods for trait Future.

OptionExt

Extension methods for Option.