Structs§
- Service
Descriptor - Service descriptor holds registration metadata for a service.
- Service
Entry
Enums§
- Service
Lifetime - Service lifetime enum — defines how instances are cached.
Traits§
- IService
Resolver - Service resolver trait — the core DI resolution interface.
Type Aliases§
- Async
Service Factory - Async variant of
ServiceFactory— for services that require async initialization (e.g., database connections, remote config loading). - Service
Factory - Service
Store - ServiceStore is the root registry — maps
TypeIdto allServiceEntryentries.