Skip to main content

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".

Implementations on Foreign Types§

Source§

impl ProgramSubCommands for App<'_, '_>

Implementors§