pub trait GetLocalNonce {
    // Required method
    fn get_local_nonce(&self) -> u64;
}

Required Methods§

Implementors§