Function freya::prelude::use_root_context
pub fn use_root_context<T>(new: impl FnOnce() -> T) -> Twhere
T: 'static + Clone,
Expand description
Try to get a value from the root of the virtual dom, if it doesn’t exist, create a new one with the closure provided.