Skip to main content

StepFuture

Type Alias StepFuture 

Source
pub type StepFuture<T> = Pin<Box<dyn Future<Output = AppResult<T>> + Send + 'static>>;
Expand description

Boxed future returned by chain steps.

Aliased Typeยง

pub struct StepFuture<T> { /* private fields */ }