Trait minutiae::generator::Generator [] [src]

pub trait Generator<C: CellState, E: EntityState<C>, M: MutEntityState, CA: CellAction<C>, EA: EntityAction<C, E>> {
    fn gen(
        &mut self,
        conf: &UniverseConf
    ) -> (Vec<Cell<C>>, Vec<Vec<Entity<C, E, M>>>); }

Required Methods

Implementors