Macro unwrap_result

Source
macro_rules! unwrap_result {
    (($result:expr) $err:ident => $wrapper:expr) => { ... };
}