Crates.io | stable_try_trait_v2 |
lib.rs | stable_try_trait_v2 |
version | 1.75.1 |
source | src |
created_at | 2024-01-02 03:04:36.273168 |
updated_at | 2024-01-02 03:07:43.362194 |
description | A simple stable implementation of the `Try`, `FromResidual`, and `Residual` traits under the `try_trait_v2` feature. |
homepage | |
repository | https://github.com/WanderLanz/Lender |
max_upload_size | |
id | 1085747 |
size | 9,378 |
A simple stable implementation of the Try
, FromResidual
, and Residual
traits under the try_trait_v2
feature. (tracking issue #84277)
A try_!()
macro is also provided, which helps replace the ?
operator.
The major and minor version of this crate is the same as the version of stable rust that it maintains parity with.
All attributions should go to the original Rust contributors. Contact me for any misattributions.