Macro term_table::row_no_separator

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