Macro term_table::rows

source ยท
macro_rules! rows {
    [ $($x:expr),* ] => { ... };
    [ $($x:expr,)* ] => { ... };
}