Module layer
tower
0.4.13
Module layer
Module Items
Modules
Structs
Traits
Functions
In crate tower
Modules
balance
buffer
builder
discover
filter
layer
limit
load
load_shed
make
ready_cache
retry
timeout
util
Structs
ServiceBuilder
Traits
Layer
MakeService
Service
ServiceExt
Functions
service_fn
Type Aliases
BoxError
tower
Module
layer
Copy item path
Settings
Help
Summary
Source
Expand description
A collection of
Layer
based tower services
Modules
§
util
Utilities for combining layers
Structs
§
LayerFn
A
Layer
implemented by a closure. See the docs for
layer_fn
for more details.
Traits
§
Layer
Decorates a
Service
, transforming either the request or the response.
Functions
§
layer_
fn
Returns a new
LayerFn
that implements
Layer
by calling the given function.