Replies: 1 comment 6 replies
-
The code you posted doesn't call anything in axum. You don't use I'm not quite sure what the problem is. Maybe something with |
Beta Was this translation helpful? Give feedback.
6 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.
-
Bug Report
Version
0.5.15
Platform
64-bit (Windows)
Crates
the crates where use
serde_html_form::from_str()
methodDescription
For code reuse, I wrote this code with the help of serde's flatten attr,
but when I try to use it in a
get
method, it throws an exceptionI checked the source code, the exception comes from
Is it a bug? or is there a better way to organize the code?
Beta Was this translation helpful? Give feedback.
All reactions