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

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

Required methods

fn gen(
    &mut self,
    conf: &Universe2DConf
) -> (Vec<Cell<C>>, Vec<Vec<Entity<C, E, M>>>)

Loading content...

Implementors

Loading content...