pub fn use_root_context<T: 'static + Clone>(
    cx: &ScopeState,
    new: impl FnOnce() -> T
) -> &T
Expand description