Dummy renamed to structural

This commit is contained in:
rendo 2026-04-01 10:59:14 +05:00
commit 38218ee1a4
4 changed files with 10 additions and 10 deletions

View file

@ -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