pub type CoolEventFuture = Pin<Box<dyn Future<Output = Result<(), CoolError>> + Send + 'static>>;
pub struct CoolEventFuture { /* private fields */ }