macro_rules! with_triggers {
    ( $([ $($term:expr),* ]),* => $body:expr) => { ... };
}