[][src]Trait gluon_vm::gc::CollectScope

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

Required methods

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

Loading content...

Implementors

Loading content...