pub trait WalletSubCommands {
    fn wallet_subcommands(self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors