i6_shell::lang

Trait InterpreterTraitObject

source
pub trait InterpreterTraitObject {
    // Required method
    fn run(
        &self,
        ast: ASTNode,
        custom_commands: &HashMap<String, Box<dyn Command>>,
    );
}

Required Methods§

source

fn run(&self, ast: ASTNode, custom_commands: &HashMap<String, Box<dyn Command>>)

Implementors§