Skip to main content

create_effect

Function create_effect 

Source
pub fn create_effect<F>(f: F)
where F: Fn() + 'static,
Expand description

Creates a side effect that re-runs when its signal dependencies change.