term

Macro term 

Source
macro_rules! term {
    ( $f:tt ( $( $sub:tt )+ ) ) => { ... };
    ( $f:tt () ) => { ... };
    ( $f:tt ) => { ... };
}