NonceSubCommands

Trait NonceSubCommands 

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

Required Methods§

Source

fn nonce_subcommands(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NonceSubCommands for App<'_, '_>

Source§

fn nonce_subcommands(self) -> Self

Implementors§