Attribute Macros§
- try_fn
- An attribute macro that performs “Ok-wrapping” on the return value of a
fnitem. This is compatible withResult,Option,ControlFlow, and any type that implements the unstablestd::ops::Trytrait. - tryvial
Deprecated
fn item.
This is compatible with Result, Option, ControlFlow, and any type that
implements the unstable std::ops::Try trait.