macro_rules! option_unwrap {
($c:expr) => { ... };
}Expand description
helper macro for use Option::unwrap() in constant context.
macro_rules! option_unwrap {
($c:expr) => { ... };
}helper macro for use Option::unwrap() in constant context.