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 ofCatchUnwindmiddleware.
- TheFuturetype used by theCatchUnwindmiddleware.
Type Aliases
- A type alias ofCatchUnwindBuilderconforming to the naming convention oftower_layer.