Module context

Module context 

Source
Expand description

§Context provider

§Usage

Provide themes and configuration objects to descendant components.

Structs§

Context
Handle to a context value created by provide_context and retrieved by use_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.