pub type MethodHandler = Arc<dyn Fn(HashMap<String, Value>) -> InvokeResult + Send + Sync>;
Handler function type for method invocations.
pub struct MethodHandler { /* private fields */ }