ggen-core 26.7.2

Core graph-aware code generation engine
Documentation
1
2
3
4
5
6
7
8
9
//! Phases of the semantic lifecycle

pub struct Input;
pub struct Validated;
pub struct Selected<C>(core::marker::PhantomData<C>);
pub struct Admitted<C>(core::marker::PhantomData<C>);
pub struct Receipted<R>(core::marker::PhantomData<R>);
pub struct Exited<E>(core::marker::PhantomData<E>);
pub struct Replayable;