Macro unwrap_abort_result

Source
macro_rules! unwrap_abort_result {
    ($value:expr, $msg:expr $(,)?) => { ... };
}