Expand description
Anyhow error handling support for Axum. Based on: https://github.com/tokio-rs/axum/blob/main/examples/anyhow-error-response/src/main.rs
Structs§
Traits§
- WebErr
- A trait to extend
ResultandOptionwith error handling that injectsAppStateandRequestState.
Type Aliases§
- WebResult
- A custom result type for web handlers.