pub type HandlerFuture = Pin<Box<dyn Future<Output = HandlerResult> + Send>>;
Future type for async handlers
pub struct HandlerFuture { /* private fields */ }