Macro match_term_app

Source
macro_rules! match_term_app {
    ($e:expr; $body:tt) => { ... };
}