warp::reply

Type Alias Response

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

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

Aliased Typeยง

struct Response { /* private fields */ }