HandlerFuture

Type Alias HandlerFuture 

Source
pub type HandlerFuture = Pin<Box<dyn Future<Output = HandlerResult> + Send>>;
Expand description

Future type for async handlers

Aliased Typeยง

pub struct HandlerFuture { /* private fields */ }