Struct tower::util::MapRequestLayer [−][src]
pub struct MapRequestLayer<F> { /* fields omitted */ }
Expand description
A Layer
that produces MapRequest
services.
Implementations
Creates a new MapRequestLayer
.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for MapRequestLayer<F> where
F: RefUnwindSafe,
impl<F> Send for MapRequestLayer<F> where
F: Send,
impl<F> Sync for MapRequestLayer<F> where
F: Sync,
impl<F> Unpin for MapRequestLayer<F> where
F: Unpin,
impl<F> UnwindSafe for MapRequestLayer<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