Structs§
- Context
- Context is Generic context container The context is a key-value store for environment values.
- Context
Builder - Builder for type-safe context configuration The builder is used to create a context with environment values and a default value.
Traits§
- Context
Marker - Context marker trait for type-safe context values The Value type must be Clone, Send, Sync, and ’static strictly.