pub type CommandHandler = Arc<dyn Fn(&Ctx, &Value) -> Result<Value, String> + Send + Sync>;
Handler signature for commands registered via App::command.
App::command
pub struct CommandHandler { /* private fields */ }