Trait solana_cli::nonce::NonceSubCommands[][src]

pub trait NonceSubCommands {
    fn nonce_subcommands(self) -> Self;
}

Required methods

fn nonce_subcommands(self) -> Self[src]

Implementations on Foreign Types

impl NonceSubCommands for App<'_, '_>[src][]

Implementors