Skip to main content

HandlerFuture

Type Alias HandlerFuture 

Source
pub type HandlerFuture = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

pub struct HandlerFuture { /* private fields */ }