Skip to main content

effect

Function effect 

Source
pub fn effect<F>(callback: F) -> EffectHandle
where F: FnMut() + 'static,