Response

Type Alias Response 

Source
pub type Response = Response<Body>;
Expand description

Response type into which types implementing the Reply trait are convertable.

Aliased Typeยง

pub struct Response { /* private fields */ }