Trait copying_gc::Traceable [] [src]

pub trait Traceable where Self: Clone + 'static {
    fn trace_with<'a, Tracer>(&'a mut self, Tracer) where Tracer: FnMut(&'a mut HeapTrait);
}

Required Methods

fn trace_with<'a, Tracer>(&'a mut self, Tracer) where Tracer: FnMut(&'a mut HeapTrait)

Implementors