Skip to main content

PipelineFuture

Type Alias PipelineFuture 

Source
pub type PipelineFuture<'a> = Pin<Box<dyn Future<Output = Result<Body, ApigateError>> + Send + 'a>>;

Aliased Type§

pub struct PipelineFuture<'a> { /* private fields */ }