Trait ring::rand::sealed::SecureRandom
source · pub trait SecureRandom: Debug {
// Required method
fn fill_impl(&self, dest: &mut [u8]) -> Result<(), Unspecified>;
}
pub trait SecureRandom: Debug {
// Required method
fn fill_impl(&self, dest: &mut [u8]) -> Result<(), Unspecified>;
}