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.
macro_rules! impl_table_indexing {
($target:path, $($field:ident).+, $key:ty, $value:ty) => { ... };
}
Generate the Index
and IndexMut
operations for a contained table.