Dummy renamed to structural
This commit is contained in:
parent
e53c36fd41
commit
38218ee1a4
4 changed files with 10 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ pub enum GeneSource {
|
|||
#[derive(PartialEq,Eq,Clone)]
|
||||
pub enum GeneType {
|
||||
/// Without functional behaviour. Doesn't pass through flow.
|
||||
Dummy,
|
||||
Structural,
|
||||
/// Only creates flow. Can be set up to not create flow if flow isn't empty.
|
||||
PureProducer {
|
||||
create_flow: fn(GeneContext) -> Flow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue