pub trait HookPostCommand {
    fn call(command_id: CommandId, flag: i32);
}
Expand description

Consumers need to implement this trait in order to get notified after a normal action of the main section has run.

Required Methods

Implementors