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