- added: Implement
IntoResponse
andIntoResponseParts
forhttp::Extensions
(#975) - added: Implement
IntoResponse
for(http::response::Parts, impl IntoResponse)
(#950) - added: Implement
IntoResponse
for(http::response::Response<()>, impl IntoResponse)
(#950) - added: Implement
IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse)
(#980)