AsyncAPIMethodHandler

Type Alias AsyncAPIMethodHandler 

Source
type AsyncAPIMethodHandler = fn(&str, Vec<Value>) -> Box<dyn Future<Output = Result<Value>> + Send + Unpin>;
Expand description

Async API method handler callback