pub type InProcessHandler = Arc<dyn Fn(HashMap<String, Value>) -> BoxFuture<'static, Result<Value>> + Send + Sync>;
Handler type for in-process UTCP tools.
pub struct InProcessHandler { /* private fields */ }