pub struct Next<E> { /* private fields */ }Expand description
next/inner services of a middleware function. Next::call must run to complete in order to drive services.
Implementations§
Auto Trait Implementations§
impl<E> Freeze for Next<E>
impl<E> RefUnwindSafe for Next<E>
impl<E> Send for Next<E>where
E: Send,
impl<E> !Sync for Next<E>
impl<E> Unpin for Next<E>
impl<E> UnwindSafe for Next<E>
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