macro_rules! const_option_unwrap {
($e:expr, $default:expr) => { ... };
($e:expr) => { ... };
}Expand description
Unwrap an Option
Can be passed an expression for type checking.
macro_rules! const_option_unwrap {
($e:expr, $default:expr) => { ... };
($e:expr) => { ... };
}Unwrap an Option
Can be passed an expression for type checking.