Structs§
- Catch
Panic Layer - Layer that applies the
CatchPanicmiddleware that catches panics and converts them into500 Internal Serverresponses.
Functions§
- catch_
panic_ layer_ fn - Custom callback that is used by Tower to fulfill the
tower_http::catch_panic::ResponseForPanictrait.