pub type Response = Response<Body>;Expand description
HTTP Response type
Aliased Type§
pub struct Response { /* private fields */ }Trait Implementations§
Source§impl IntoResponse for Response
impl IntoResponse for Response
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Convert self into a Response