with_component_context

Function with_component_context 

Source
pub fn with_component_context<F, R>(f: F) -> R
where F: FnOnce() -> R,
Expand description

A helper function to be called by the #[component] macro.