pub type EffectFuture = Pin<Box<dyn Future<Output = Option<CoreInput>> + Send>>;
pub struct EffectFuture { /* private fields */ }