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::Serviceas arama::Layer-rama::Service. - Layer
Adapter Service - Adapter to use a
tower::Serviceas arama::Servicein function oftower::Layer. - Request
State Pair - Simple implementation of a
ContextSmuggler. - Tower
Adapter Service - Adapter to use a
rama::Serviceas atower::Servicein functio noftower::Layer.
Traits§
- Context
Smuggler - Trait to be implemented for any request that can “smuggle”
Contexts.