Trait tbs::FromRandom
source · pub trait FromRandom {
// Required method
fn from_random(rng: &mut impl RngCore) -> Self;
}
Required Methods§
fn from_random(rng: &mut impl RngCore) -> Self
Object Safety§
This trait is not object safe.