Trait solana_cli::wallet::WalletSubCommands

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

Required Methods§

source

fn wallet_subcommands(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WalletSubCommands for App<'_, '_>

Implementors§