Macro rustc_metadata::rmeta::define_tables[][src]

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

Define LazyTables and TableBuilders at the same time.