Macro option_unwrap

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

helper macro for use Option::unwrap() in constant context.