match_pattern

Macro match_pattern 

Source
macro_rules! match_pattern {
    ($($pattern:pat_param)|+) => { ... };
}