Type Alias warp::reply::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 */ }