Trait soroban_sdk::prng::GenLen
source · pub trait GenLen {
type Len;
// Required method
fn gen_len(prng: &Prng, len: Self::Len) -> Self;
}
Expand description
Implemented by types that support being generated of specific length by a Prng.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.