Struct tower::util::MapErrLayer [−][src]
pub struct MapErrLayer<F> { /* fields omitted */ }
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
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