Trait pr47::ffi::sync_fn::VMContext[][src]

pub trait VMContext: 'static + Sized {
    fn allocate(&mut self, wide_ptr: WidePointer);
fn mark(&mut self, wide_ptr: WidePointer); }

Required methods

Implementors