pub type ServiceStore = HashMap<TypeId, Vec<ServiceEntry>>;Expand description
ServiceStore is the root registry — maps TypeId to all ServiceEntry entries.
Multiple entries per type exist when keyed variants are registered.
Aliased Type§
pub struct ServiceStore { /* private fields */ }