Crate tryvial_proc
source · [−]Attribute Macros
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.