pub trait StakeSubCommands {
    // Required method
    fn stake_subcommands(self) -> Self;
}

Required Methods§

source

fn stake_subcommands(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl StakeSubCommands for App<'_, '_>

source§

fn stake_subcommands(self) -> Self

Implementors§