[][src]Trait duckscript::types::instruction::InstructionOperations

pub trait InstructionOperations {
    fn is_actionable(&self) -> bool;
}

Defines common instruction capabilities

Required methods

fn is_actionable(&self) -> bool

Returns true if this instruction has some actionable command to run

Loading content...

Implementors

impl InstructionOperations for Instruction[src]

fn is_actionable(&self) -> bool[src]

Returns true if this instruction has some actionable command to run

impl InstructionOperations for PreProcessInstruction[src]

fn is_actionable(&self) -> bool[src]

Returns true if this instruction has some actionable command to run

impl InstructionOperations for ScriptInstruction[src]

fn is_actionable(&self) -> bool[src]

Returns true if this instruction has some actionable command to run

Loading content...