pub type HandlerFn = Arc<dyn Fn(Value) -> Pin<Box<dyn Future<Output = Result<Value>> + Send + Sync>> + Send + Sync>;
pub struct HandlerFn { /* private fields */ }