Structs§
- Tracer
- A type used to perform a heap trace. Largely an implementation detail: To implement heap
tracing, look at the
Tracetrait instead.
Traits§
- Trace
- A trait used to tell the garbage collector how it may explore an object graph composed of
values of type
T.