Trait neon_runtime::scope::Root[][src]

pub trait Root {
    unsafe fn allocate() -> Self;
unsafe fn enter(&mut self, _: *mut Isolate);
unsafe fn exit(&mut self); }

Required Methods

Implementors