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

Required methods

Implementations on Foreign Types

Implementors