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

Required Methods§

source

fn program_subcommands(self) -> Self

Implementations on Foreign Types§

source§

impl ProgramSubCommands for App<'_, '_>

Implementors§