Crate tower_layer[−][src]
Layer traits and extensions.
A layer decorates an service and provides additional functionality. It allows other services to be composed with the service that implements layer.
Structs
Identity | A no-op middleware. |
LayerFn | A |
Stack | Two middlewares chained together. |
Traits
Layer | Decorates a |
Functions
layer_fn | Returns a new |