pub trait ProgramSubCommands {
    fn program_subcommands(self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors