pub struct MapError<B: Send, H: PreHandler<B>, R: From<H::Rejection>>(/* private fields */);Trait Implementations§
Source§impl<B, H, R> PreHandler<B> for MapError<B, H, R>
impl<B, H, R> PreHandler<B> for MapError<B, H, R>
Source§type Output = <H as PreHandler<B>>::Output
type Output = <H as PreHandler<B>>::Output
the handle result
Auto Trait Implementations§
impl<B, H, R> Freeze for MapError<B, H, R>
impl<B, H, R> RefUnwindSafe for MapError<B, H, R>
impl<B, H, R> Send for MapError<B, H, R>
impl<B, H, R> Sync for MapError<B, H, R>
impl<B, H, R> Unpin for MapError<B, H, R>
impl<B, H, R> UnwindSafe for MapError<B, H, R>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more