Macro try_opt

Source
macro_rules! try_opt {
    ($value: expr => $err: expr) => { ... };
}
Available on crate feature result only.
Expand description

Generates a match block which returns errors to circumvent rust borrow checker defects.