New templates
This commit is contained in:
parent
a9615c07a7
commit
aa27328286
7 changed files with 63 additions and 164 deletions
|
|
@ -6,6 +6,7 @@ pub struct Gene {
|
|||
|
||||
#[derive(PartialEq,Eq,Clone)]
|
||||
pub enum GeneType {
|
||||
Dummy,
|
||||
PureProducer {
|
||||
create_flow: fn()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue