pub fn use_provide_context<T>(init: impl FnOnce() -> T) -> Twhere
T: Clone + 'static,Expand 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.