Implement FromRequestParts for Parts and Extensions (#2328)

This commit is contained in:
David Pedersen
2023-11-23 11:30:23 +00:00
committed by GitHub
parent 43b14a5f02
commit ff9764574c
4 changed files with 22 additions and 7 deletions
@@ -11,8 +11,8 @@ error[E0277]: the trait bound `String: FromRequestParts<S>` is not satisfied
<HeaderMap as FromRequestParts<S>>
<Extension<T> as FromRequestParts<S>>
<Method as FromRequestParts<S>>
<axum::http::request::Parts as FromRequestParts<S>>
<Uri as FromRequestParts<S>>
<ConnectInfo<T> as FromRequestParts<S>>
<Version as FromRequestParts<S>>
<axum::extract::Path<T> as FromRequestParts<S>>
and $N others