pub type HandlerFuture = Pin<Box<dyn Future<Output = Result<Value, RuntimeError>> + Send>>;
pub struct HandlerFuture { /* private fields */ }