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