Skip to main content

MapFuture

Type Alias MapFuture 

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

Aliased Type§

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