Expand description
Type aliases.
Traits§
- Registerable
- A marker trait for all types that can be registered with
Registry::transient
. - Registerable
Singleton - A marker trait for all types that can be registered with
Registry::singleton
. - Singleton
Ctor - A generic constructor for singletons.
- Singleton
Ctor Deps - A generic constructor for singletons with dependencies.
- Singleton
Ctor Fallible - A generic constructor for fallible singletons.
- Singleton
Ctor Fallible Deps - A generic constructor for fallible singletons with dependencies.
- Transient
Ctor - Constructor closure for transients.
- Transient
Ctor Deps - Constructor closure for transients.
- Transient
Ctor Fallible - Constructor closure for fallible transients.
- Transient
Ctor Fallible Deps - Constructor closure for fallible transients.