Module layer
Structs§
- Context
Wrap - Wrapper type that can be used to smuggle a ctx into a request’s extensions.
- Layer
Adapter - Adapter to use a
tower::Layer
-tower::Service
as arama::Layer
-rama::Service
. - Layer
Adapter Service - Adapter to use a
tower::Service
as arama::Service
in function oftower::Layer
. - Request
State Pair - Simple implementation of a
ContextSmuggler
. - Tower
Adapter Service - Adapter to use a
rama::Service
as atower::Service
in functio noftower::Layer
.
Traits§
- Context
Smuggler - Trait to be implemented for any request that can “smuggle”
Context
s.