pub type WorkflowStepFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, WorkflowStepError>> + Send + 'a>>;
Boxed asynchronous workflow-step result.
pub struct WorkflowStepFuture<'a> { /* private fields */ }