ProgramSubCommands

Trait ProgramSubCommands 

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

Required Methods§

Source

fn program_subcommands(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ProgramSubCommands for App<'_, '_>

Implementors§