pub type BoxResponseFuture = Pin<Box<dyn Future<Output = Response<Body>> + Send>>;
Unified boxed response future type.
pub struct BoxResponseFuture { /* private fields */ }