Module layer

Structs§

ContextWrap
Wrapper type that can be used to smuggle a ctx into a request’s extensions.
LayerAdapter
Adapter to use a tower::Layer-tower::Service as a rama::Layer-rama::Service.
LayerAdapterService
Adapter to use a tower::Service as a rama::Service in function of tower::Layer.
RequestStatePair
Simple implementation of a ContextSmuggler.
TowerAdapterService
Adapter to use a rama::Service as a tower::Service in functio nof tower::Layer.

Traits§

ContextSmuggler
Trait to be implemented for any request that can “smuggle” Contexts.