Skip to main content

impl_registry_entry

Macro impl_registry_entry 

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

Implements RegistryEntry for an entry type via hash map lookup.