Skip to main content

create_effect

Function create_effect 

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