pub type SshExecuteHandler = dyn Fn(&SshExecuteContext<'_>, &str, &[&str]) -> SshExecuteResult + Sync + Send;
Expand description
Function signature for custom commands.
pub type SshExecuteHandler = dyn Fn(&SshExecuteContext<'_>, &str, &[&str]) -> SshExecuteResult + Sync + Send;
Function signature for custom commands.