Module trace

Module trace 

Source

Structs§

Tracer
A type used to perform a heap trace. Largely an implementation detail: To implement heap tracing, look at the Trace trait instead.

Traits§

Trace
A trait used to tell the garbage collector how it may explore an object graph composed of values of type T.