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

Required Methods§

source

fn program_subcommands(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProgramSubCommands for App<'_, '_>

Implementors§