Macro orchestrator::prelude::GenerateState

source ยท
macro_rules! GenerateState {
    ($($cur:ident),+) => { ... };
}
Expand description

Generates an Enum that implements ExecutorGlobalState.

Simply pass the types that you want to manage in your state: