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