debug_match

Macro debug_match 

Source
macro_rules! debug_match {
    ($value:expr, $($pattern:pat_param => $action:expr),+ $(,)?) => { ... };
}