pub trait NonceArgs {
    // Required method
    fn nonce_args(self, global: bool) -> Self;
}

Required Methods§

source

fn nonce_args(self, global: bool) -> Self

Implementations on Foreign Types§

source§

impl NonceArgs for App<'_, '_>

source§

fn nonce_args(self, global: bool) -> Self

Implementors§