Skip to main content

VoteSubCommands

Trait VoteSubCommands 

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

Required Methods§

Source

fn vote_subcommands(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl VoteSubCommands for App<'_, '_>

Source§

fn vote_subcommands(self) -> Self

Implementors§