Crate tryvial_proc

Crate tryvial_proc 

Source

Attribute Macros§

try_fn
An attribute macro that performs “Ok-wrapping” on the return value of a fn item. This is compatible with Result, Option, ControlFlow, and any type that implements the unstable std::ops::Try trait.
tryvialDeprecated