Function freya::prelude::use_root_context

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