[][src]Type Definition ruwren::EVM

type EVM<'a> = Rc<RefCell<VM<'a>>>;

Trait Implementations

impl<'a> Executor for EVM<'a>[src]