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