[][src]Struct tide::middleware::Next

pub struct Next<'a, AppData> { /* fields omitted */ }

The remainder of a middleware chain, including the endpoint.

Methods

impl<'a, AppData: 'static> Next<'a, AppData>[src]

pub fn run(self, cx: Context<AppData>) -> BoxFuture<'a, Response>[src]

Asynchronously execute the remaining middleware chain.

Auto Trait Implementations

impl<'a, AppData> Send for Next<'a, AppData>

impl<'a, AppData> Sync for Next<'a, AppData>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]