Trait gluon_vm::gc::CollectScope

source ·
pub trait CollectScope {
    // Required method
    fn scope<F>(&self, gc: &mut Gc, f: F)
       where F: FnOnce(&mut Gc);
}

Required Methods§

source

fn scope<F>(&self, gc: &mut Gc, f: F)
where F: FnOnce(&mut Gc),

Object Safety§

This trait is not object safe.

Implementors§