pub trait ValidatorInfoSubCommands {
    // Required method
    fn validator_info_subcommands(self) -> Self;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ValidatorInfoSubCommands for App<'_, '_>

Implementors§