Rng

Trait Rng 

Source
pub trait Rng:
    CryptoRng
    + RngCore
    + Debug { }
Expand description

Combined trait for CryptoRng and RngCore

Implementors§

Source§

impl<T: CryptoRng + RngCore + Debug> Rng for T