Struct graphul::middleware::middleware::Next
source · [−]pub struct Next<B> { /* private fields */ }
Expand description
The remainder of a middleware stack, including the handler.
Implementations
Trait Implementations
Auto Trait Implementations
impl<B> !RefUnwindSafe for Next<B>
impl<B> Send for Next<B>
impl<B> !Sync for Next<B>
impl<B> Unpin for Next<B>
impl<B> !UnwindSafe for Next<B>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more