Expand description
Catch panics of underlying handlers and turn them into error responses.
Applies to both Language Servers and Language Clients.
Structs
- The middleware catching panics of underlying handlers and turn them into error responses.
- The builder of
CatchUnwind
middleware. - The
Future
type used by theCatchUnwind
middleware.
Type Definitions
- A type alias of
CatchUnwindBuilder
conforming to the naming convention oftower_layer
.