macro_rules! impl_registry_entry_eq {
($Entry:ty) => { ... };
}Expand description
Implements registry-identity equality for an entry type by key.
macro_rules! impl_registry_entry_eq {
($Entry:ty) => { ... };
}Implements registry-identity equality for an entry type by key.