Macro table

Source
macro_rules! table {
    () => { ... };
    ( $( $param:tt )* ) => { ... };
}
Expand description

Creates a new Table element. Same behavior as the elem! macro.