Skip to main content

ResponseBody

Type Alias ResponseBody 

Source
pub type ResponseBody = BoxBody<Bytes, Infallible>;
Expand description

The response body type used by all handlers.

Aliased Typeยง

pub struct ResponseBody { /* private fields */ }