pub struct Recover {}
Expand description
Recover Middleware
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Recover
impl RefUnwindSafe for Recover
impl Send for Recover
impl Sync for Recover
impl Unpin for Recover
impl UnwindSafe for Recover
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