Skip to main content

WorkflowStepFuture

Type Alias WorkflowStepFuture 

Source
pub type WorkflowStepFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, WorkflowStepError>> + Send + 'a>>;
Expand description

Boxed asynchronous workflow-step result.

Aliased Typeยง

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