pub type EffectFunction = Box<dyn FnOnce() -> EffectResult + Send>;
pub struct EffectFunction(/* private fields */);