pub fn use_provide_context<T: Clone + 'static>(init: impl FnOnce() -> T) -> TExpand description
Store the given value in this component instance. Any descendant component of this component calling use_consume or consume_context will have access to it.