Skip to main content

DispatchFuture

Type Alias DispatchFuture 

Source
pub type DispatchFuture<'a> = Pin<Box<dyn Future<Output = Result<Response<Full<Bytes>>, OxiHttpError>> + Send + 'a>>;
Expand description

Future type returned by Router::dispatch.

Aliased Typeยง

pub struct DispatchFuture<'a> { /* private fields */ }