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.
macro_rules! opt {
($e:expr) => { ... };
}A macro for using ? operator in functions that don’t return Option.
See crate level documentation for more information.