term_list

Macro term_list 

Source
macro_rules! term_list {
    ($($elem:expr),* $(,)?) => { ... };
}