Trait solana_cli::feature::FeatureSubCommands

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

Required Methods§

source

fn feature_subcommands(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FeatureSubCommands for App<'_, '_>

Implementors§