Macro llhd::impl_table_indexing [−][src]
macro_rules! impl_table_indexing {
($target : path, $($field : ident).+, $key : ty, $value : ty) => { ... };
}
Expand description
Generate the Index
and IndexMut
operations for a contained table.