pub trait TickSubCommand {
    fn tick_subcommands(self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors