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