APIMethodHandler

Type Alias APIMethodHandler 

Source
type APIMethodHandler = fn(&str, Vec<Value>) -> Result<Value>;
Expand description

API method handler callback