BoxResponseFuture

Type Alias BoxResponseFuture 

Source
pub type BoxResponseFuture = Pin<Box<dyn Future<Output = Response<Body>> + Send>>;
Expand description

Unified boxed response future type.

Aliased Typeยง

pub struct BoxResponseFuture { /* private fields */ }