Macro opt

Source
macro_rules! opt {
    ($e:expr) => { ... };
}
Expand description

A macro for using ? operator in functions that don’t return Option.

See crate level documentation for more information.