Struct tower::util::MapResponseLayer [−][src]
pub struct MapResponseLayer<F> { /* fields omitted */ }
Expand description
A Layer
that produces a MapResponse
service.
Implementations
Creates a new MapResponseLayer
layer.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for MapResponseLayer<F> where
F: RefUnwindSafe,
impl<F> Send for MapResponseLayer<F> where
F: Send,
impl<F> Sync for MapResponseLayer<F> where
F: Sync,
impl<F> Unpin for MapResponseLayer<F> where
F: Unpin,
impl<F> UnwindSafe for MapResponseLayer<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more