Type Alias SshExecuteHandler

Source
pub type SshExecuteHandler = dyn Fn(&SshExecuteContext<'_>, &str, &[&str]) -> SshExecuteResult + Sync + Send;
Expand description

Function signature for custom commands.