pub type HandlerFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
pub struct HandlerFuture { /* private fields */ }