Struct scriptplan_core::ScriptGroup [−][src]
pub struct ScriptGroup<CommandGeneric: Command> {
pub bail: bool,
pub first: Script<CommandGeneric>,
pub rest: Vec<Script<CommandGeneric>>,
}
Fields
bail: bool
first: Script<CommandGeneric>
rest: Vec<Script<CommandGeneric>>