Function dioxus_core::prelude::provide_context_to_scope
source · pub fn provide_context_to_scope<T: 'static + Clone>(
scope_id: ScopeId,
value: T
) -> Option<T>
Expand description
Provide context to the the given scope