You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if your axum handler returns a Json<T>, that's perfectly fine, but Axum also supports returning Result<Json<T>>, in which case we fail.
I was wondering if there is a way to support that.
I'd be happy to help out.
The text was updated successfully, but these errors were encountered:
Currently if your axum handler returns a
Json<T>
, that's perfectly fine, but Axum also supports returningResult<Json<T>>
, in which case we fail.I was wondering if there is a way to support that.
I'd be happy to help out.
The text was updated successfully, but these errors were encountered: