Skip to main content

CommandHandler

Type Alias CommandHandler 

Source
pub type CommandHandler = Arc<dyn Fn(HashMap<String, String>, &CommandContext) -> Result<CommandResult, AgentError> + Send + Sync>;
Expand description

Command handler function type

Aliased Typeยง

pub struct CommandHandler { /* private fields */ }