Trait askar_crypto::random::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