Module context

Source

Structs§

Context
Context is Generic context container The context is a key-value store for environment values.
ContextBuilder
Builder for type-safe context configuration The builder is used to create a context with environment values and a default value.

Traits§

ContextMarker
Context marker trait for type-safe context values The Value type must be Clone, Send, Sync, and ’static strictly.