pub trait FeatureSubCommands {
    // Required method
    fn feature_subcommands(self) -> Self;
}

Required Methods§

source

fn feature_subcommands(self) -> Self

Implementations on Foreign Types§

source§

impl FeatureSubCommands for App<'_, '_>

Implementors§