pub type CatchUnwindLayer<Error = ResponseError> = CatchUnwindBuilder<Error>;
Expand description
A type alias of CatchUnwindBuilder
conforming to the naming convention of tower_layer
.
Aliased Typeยง
pub struct CatchUnwindLayer<Error = ResponseError> { /* private fields */ }