Skip to main content

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".

Implementations on Foreign Types§

Source§

impl NonceSubCommands for App<'_, '_>

Source§

fn nonce_subcommands(self) -> Self

Implementors§