Type Definition async_lsp::panic::CatchUnwindLayer

source ·
pub type CatchUnwindLayer<Error = ResponseError> = CatchUnwindBuilder<Error>;
Expand description

A type alias of CatchUnwindBuilder conforming to the naming convention of tower_layer.