macro_rules! impl_unique_id_fmt {
($UniqueId:ident) => { ... };
}
Expand description
Implement debug and display for an unique ID type that also implements name.
macro_rules! impl_unique_id_fmt {
($UniqueId:ident) => { ... };
}
Implement debug and display for an unique ID type that also implements name.