new_key_type

Macro new_key_type 

Source
macro_rules! new_key_type {
    ($($vis:vis struct $id:ident; => $val:ident)*) => { ... };
}