[][src]Macro c2rust_refactor::match_or

macro_rules! match_or {
    ([$e:expr] $($arm_pat:pat => $arm_body:expr),*; $or:expr) => { ... };
}