pub trait ProgramV4SubCommands {
    // Required method
    fn program_v4_subcommands(self) -> Self;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProgramV4SubCommands for App<'_, '_>

Implementors§