Skip to main content

impl_tagged_registry

Macro impl_tagged_registry 

Source
macro_rules! impl_tagged_registry {
    ($Registry:ty, $key_field:ident, $entity_name:literal) => { ... };
}
Expand description

Implements TaggedRegistryExt for a registry with tag support.