Skip to content

Support failure handling with Axum #27

@ChetanBhasin

Description

@ChetanBhasin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions