macro_rules! emit_command_started {
($command:expr) => { ... };
($command:expr, $args:expr) => { ... };
}Expand description
Emit a command started event.
macro_rules! emit_command_started {
($command:expr) => { ... };
($command:expr, $args:expr) => { ... };
}Emit a command started event.