Skip to main content

Next

Type Alias Next 

Source
pub type Next = Box<dyn FnOnce(Request) -> Pin<Box<dyn Future<Output = Result<Response, ProviderError>> + Send>> + Send>;
Expand description

The rest of the middleware chain + provider call.

Aliased Typeยง

pub struct Next(/* private fields */);