Macro rust_texas::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.
macro_rules! tabular { ($i:literal, $h:ident) => { ... }; }
Sugar for table creation.
Different name coz diesel uses the table!() macro to do some wizardry.