Trait seedbox::SeedBoxGen[][src]

pub trait SeedBoxGen<Out>: SeedBox {
    fn gen(&mut self) -> Out;
}

Required methods

Implementors