Skip to main content

HandlerFuture

Type Alias HandlerFuture 

Source
pub type HandlerFuture<'a> = Pin<Box<dyn Future<Output = Result<(), EngineError>> + Send + 'a>>;
Expand description

Boxed future returned by WorkflowHandler::execute.

Aliased Typeยง

pub struct HandlerFuture<'a> { /* private fields */ }