Dear #Rust#RustLang folks doing #Axum
What's your preferred way of having a single handler for multiple form submission types?
That is, let's say I have a settings page, and there's different "sections" to the settings, which all get handled differently, but I want the Form to get deserialized per usual?
Unfortunately, serde_html_form doesn't support deserializing enums for something like this? At least not out of the box?