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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NonceArgs for App<'_, '_>

source§

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

Implementors§