llhd

Macro impl_table_key

Source
macro_rules! impl_table_key {
    ($($(#[$m:meta])* struct $name:ident($ity:ty) as $display_prefix:expr;)*) => { ... };
}
Expand description

Generate a new opaque table key struct.