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