DynEffects

Type Alias DynEffects 

Source
pub type DynEffects = Box<dyn FnMut(&State, &NodeTestingService, &ActionWithMeta) + Send>;

Aliased Typeยง

pub struct DynEffects(/* private fields */);