Replies: 1 comment 1 reply
-
Your best option is probably |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By using
Form<Contextual<'_, T>>
some errors could be returned fromFromFormField
impl in types derivingFromForm
. These errors could be handled in the route handler by usingcontext
.Is there a similar feature when using
Json<T>
as a data guard?Beta Was this translation helpful? Give feedback.
All reactions