pub type DispatchResponse = Response<BoxBody<Bytes, Infallible>>;
The HTTP response type returned by dispatchers.
pub struct DispatchResponse { /* private fields */ }