Trait TestCommand

Source
pub trait TestCommand {
    // Required method
    fn execute(&self) -> TestCommandResult;
}
Expand description

Generic command trait to allow different command types

Required Methods§

Implementors§