Structs§
- Cached
- Cached provider
- Cached
Service - Cached service
- Context
- A context in which to store providers for services
Enums§
- Bind
Error - Error while binding a service
- Unbind
Error - Error while unbinding a service
Traits§
- Provider
- A can construct a
Service
which references objects either inside itself or the providedContext
. - Service
- A key to an object that can be created by a
Provider
and stored in aContext
.
Functions§
- provider_
fn - Type hint to the rust compiler to treat appropriately typed closures as providers.