pub type HandlerFuture<'a> = Pin<Box<dyn Future<Output = Result<(), EngineError>> + Send + 'a>>;Expand description
Boxed future returned by WorkflowHandler::execute.
Aliased Typeยง
#[repr(transparent)]pub struct HandlerFuture<'a> { /* private fields */ }