pub trait VoteSubCommands {
    fn vote_subcommands(self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors