macro_rules! define_tables {
    ($($name:ident: Table<$IDX:ty, $T:ty>),+ $(,)?) => { ... };
}
Expand description

Define LazyTables and TableBuilders at the same time.