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

failure_ext

为 failure 错误处理 crate 提供便捷扩展特质

3 个版本

0.1.2 2019年7月4日
0.1.1 2019年7月2日
0.1.0 2019年7月2日

#1862 in 异步

AGPL-3.0

5KB

failure_ext

Build Status Docs

为 failure 错误处理 crate 提供便捷扩展特质

此 crate 允许在以下类型上调用 .context(...)

  • std::option::Option
  • futures::Future(如果启用了 future_ext 功能)

lib.rs:

为 failure 错误处理 crate 提供便捷扩展特质

此 crate 允许在以下类型上调用 .context(...)

  • std::option::Option
  • futures::Future(如果启用了 future_ext 功能)

依赖项

~78KB