Structs§
- Catch
Panic Layer - Layer that applies the
CatchPanic
middleware that catches panics and converts them into500 Internal Server
responses.
Functions§
- catch_
panic_ layer_ fn - Custom callback that is used by Tower to fulfill the
tower_http::catch_panic::ResponseForPanic
trait.