Skip to main content

BoxedPipelineFuture

Type Alias BoxedPipelineFuture 

Source
pub type BoxedPipelineFuture = Pin<Box<dyn Future<Output = Result<Box<dyn Any + Send>, Error>> + Send>>;
Expand description

Boxed future returned by a pipeline behavior step.

Aliased Type§

pub struct BoxedPipelineFuture { /* private fields */ }