Replies: 1 comment
-
https://docs.rs/axum/latest/axum/extract/index.html#the-order-of-extractors states that the json extractor has to be last, because of how axum does things... Weel that was a headache |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hello, trying to write an app that uses generics inside the State, but unfortunately there are some trait issues I cannot resolve with the Handler. The minimal reproduction repo is here: https://github.com/djkato/axum-generics-issues
The tl;dr
Error:
main.rs
/routes/mod.rs
/routes/manifest.rs
axum version
0.7.4
Beta Was this translation helpful? Give feedback.
All reactions