CommandHandler

Type Alias CommandHandler 

Source
pub type CommandHandler = fn(Value) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>>;
Expand description

Type alias for command handler functions.