Skip to main content

MethodHandler

Type Alias MethodHandler 

Source
pub type MethodHandler = Arc<dyn Fn(HashMap<String, Value>) -> InvokeResult + Send + Sync>;
Expand description

Handler function type for method invocations.

Aliased Typeยง

pub struct MethodHandler { /* private fields */ }