Struct tower::util::MapErrLayer [−][src]
pub struct MapErrLayer<F> { /* fields omitted */ }This is supported on crate feature
util only.Implementations
impl<F> MapErrLayer<F>[src]
impl<F> MapErrLayer<F>[src]pub fn new(f: F) -> Self[src]
Creates a new MapErrLayer.
Trait Implementations
impl<F: Clone> Clone for MapErrLayer<F>[src]
impl<F: Clone> Clone for MapErrLayer<F>[src]fn clone(&self) -> MapErrLayer<F>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<F> RefUnwindSafe for MapErrLayer<F> where
F: RefUnwindSafe,
impl<F> RefUnwindSafe for MapErrLayer<F> where
F: RefUnwindSafe, impl<F> Send for MapErrLayer<F> where
F: Send,
impl<F> Send for MapErrLayer<F> where
F: Send, impl<F> Sync for MapErrLayer<F> where
F: Sync,
impl<F> Sync for MapErrLayer<F> where
F: Sync, impl<F> Unpin for MapErrLayer<F> where
F: Unpin,
impl<F> Unpin for MapErrLayer<F> where
F: Unpin, impl<F> UnwindSafe for MapErrLayer<F> where
F: UnwindSafe,
impl<F> UnwindSafe for MapErrLayer<F> where
F: UnwindSafe, Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,