tabular

Macro tabular 

Source
macro_rules! tabular {
    ($i:literal, $h:ident) => { ... };
}
Expand description

Sugar for table creation. Different name coz diesel uses the table!() macro to do some wizardry.