Macro rustc_metadata::rmeta::define_tables
source · macro_rules! define_tables {
($($name:ident: Table<$IDX:ty, $T:ty>),+ $(,)?) => { ... };
}
Expand description
Define LazyTables
and TableBuilders
at the same time.
macro_rules! define_tables {
($($name:ident: Table<$IDX:ty, $T:ty>),+ $(,)?) => { ... };
}
Define LazyTables
and TableBuilders
at the same time.