Skip to main content

CoolEventFuture

Type Alias CoolEventFuture 

Source
pub type CoolEventFuture = Pin<Box<dyn Future<Output = Result<(), CoolError>> + Send>>;

Aliased Typeยง

pub struct CoolEventFuture { /* private fields */ }