pub type PipelineFuture<'a> = Pin<Box<dyn Future<Output = PipelineResult> + Send + 'a>>;
pub struct PipelineFuture<'a> { /* private fields */ }