Trait soroban_sdk::prng::Fill
source · pub trait Fill {
// Required method
fn fill(&mut self, prng: &Prng);
}Expand description
Implemented by types that support being filled by a Prng.
pub trait Fill {
// Required method
fn fill(&mut self, prng: &Prng);
}Implemented by types that support being filled by a Prng.