solana_cli::vote

Trait VoteSubCommands

source
pub trait VoteSubCommands {
    // Required method
    fn vote_subcommands(self) -> Self;
}

Required Methods§

source

fn vote_subcommands(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl VoteSubCommands for App<'_, '_>

source§

fn vote_subcommands(self) -> Self

Implementors§