Function use_provide_context

Source
pub fn use_provide_context<T: Clone + 'static>(init: impl FnOnce() -> T) -> T