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

Required Methods

Implementations on Foreign Types

Implementors