mrusty::MrubyType
[−]
[src]
type MrubyType = Rc<RefCell<Mruby>>;
A type
wrapper around a Rc<RefCell<Mruby>>
. Created with Mruby::new()
.
type MrubyType = Rc<RefCell<Mruby>>;
A type
wrapper around a Rc<RefCell<Mruby>>
. Created with Mruby::new()
.