Skip to main content

EffectFuture

Type Alias EffectFuture 

Source
pub type EffectFuture = Pin<Box<dyn Future<Output = Option<CoreInput>> + Send>>;

Aliased Typeยง

pub struct EffectFuture { /* private fields */ }