llhd

Macro impl_table_indexing

Source
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.