Struct tracing_rc::rc::collector::GcVisitor [−][src]
pub struct GcVisitor<'cycle> { /* fields omitted */ }
Expand description
Visitor provided during tracing of the reachable object graph. You shouldn’t need to interact
with this as Gc::visit_children will do the right thing for
you, but you may call Self::visit_node
if you prefer.
Implementations
Visit an owned Gc node.