[][src]Macro llhd::impl_table_indexing

macro_rules! impl_table_indexing {
    ($target:path, $($field:ident).+, $key:ty, $value:ty) => { ... };
}

Generate the Index and IndexMut operations for a contained table.