Expand description
Structs§
- Context
- Handle to a context value created by
provide_contextand retrieved byuse_context.
Functions§
- provide_
context - Provides a typed context value for the duration of the given closure.
- use_
context - Reads a typed context value from the current scope.