Trait boa::exec::Executable[][src]

pub trait Executable {
    fn run(&self, context: &mut Context) -> JsResult<JsValue>;
}

Required methods

Runs this executable in the given context.

Implementors