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