Type Alias EffectFunction

Source
pub type EffectFunction = Box<dyn FnOnce() -> EffectResult + Send>;

Aliased Typeยง

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