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

Implementors