Struct tower::util::MapFutureLayer [−][src]
pub struct MapFutureLayer<F> { /* fields omitted */ }
Implementations
Creates a new MapFutureLayer
layer.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for MapFutureLayer<F> where
F: RefUnwindSafe,
impl<F> Send for MapFutureLayer<F> where
F: Send,
impl<F> Sync for MapFutureLayer<F> where
F: Sync,
impl<F> Unpin for MapFutureLayer<F> where
F: Unpin,
impl<F> UnwindSafe for MapFutureLayer<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