Expand description
Catch panics of underlying handlers and turn them into error responses.
Applies to both Language Servers and Language Clients.
Structs§
- Catch
Unwind - The middleware catching panics of underlying handlers and turn them into error responses.
- Catch
Unwind Builder - The builder of
CatchUnwindmiddleware. - Response
Future - The
Futuretype used by theCatchUnwindmiddleware.
Type Aliases§
- Catch
Unwind Layer - A type alias of
CatchUnwindBuilderconforming to the naming convention oftower_layer.