pub type SideEffectProvider<T> = FunctionComponent<side_effect_provider<T>>;Expand description
Provider of a Side Effect.
You should register this title provider like a react context provider.
It accepts a function on_change which is called when side effect changes.
Aliased Typeยง
pub struct SideEffectProvider<T> { /* private fields */ }