Skip to main content

impl_registry

Macro impl_registry 

Source
macro_rules! impl_registry {
    ($Registry:ty, $Entry:ty, $id_field:ident, $key_field:ident, $global_field:ident) => { ... };
}
Expand description

Implements both RegistryExt and RegistryEntry for a standard registry.