Struct tower::util::MapErrLayer [−][src]
pub struct MapErrLayer<F> { /* fields omitted */ }This is supported on crate feature
util only.Implementations
Creates a new MapErrLayer.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for MapErrLayer<F> where
F: RefUnwindSafe,
impl<F> Send for MapErrLayer<F> where
F: Send,
impl<F> Sync for MapErrLayer<F> where
F: Sync,
impl<F> Unpin for MapErrLayer<F> where
F: Unpin,
impl<F> UnwindSafe for MapErrLayer<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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