Crate tower_layer
source ·Expand description
Structs§
- A no-op middleware.
- A
Layer
implemented by a closure. See the docs forlayer_fn
for more details. - Two middlewares chained together.
Traits§
- Decorates a
Service
, transforming either the request or the response.