macro_rules! impl_unique_id_name {
($UniqueId:ident) => { ... };
}
Expand description
Extend an unique ID type to have an optional attached name string, also implements.
macro_rules! impl_unique_id_name {
($UniqueId:ident) => { ... };
}
Extend an unique ID type to have an optional attached name string, also implements.