Module panic

Module panic 

Source

Structs§

CatchPanicLayer
Layer that applies the CatchPanic middleware that catches panics and converts them into 500 Internal Server responses.

Functions§

catch_panic_layer_fn
Custom callback that is used by Tower to fulfill the tower_http::catch_panic::ResponseForPanic trait.