pub type BoxedPipelineFuture = Pin<Box<dyn Future<Output = Result<Box<dyn Any + Send>, Error>> + Send>>;
Boxed future returned by a pipeline behavior step.
pub struct BoxedPipelineFuture { /* private fields */ }