Expand description

A simple stable replacement for the unstable Try, FromResidual, and Residual traits under the try_trait_v2 feature

Modules

  • core’s internal helper types, not part of the public try_trait_v2 API, but exported here for convenience

Macros

  • A simple macro emulating the ? operator for this crate’s Try types, useful for contexts generic over this crate’s Try types where the ? operator is not usable.

Traits

Type Aliases