pub fn use_root_context<T>(new: impl FnOnce() -> T) -> T
where T: 'static + Clone,
Available on crate feature hooks only.
Expand description