Module bacon_rajan_cc::trace

source ·
Expand description

Tracing traits, types, and implementation.

Traits

A trait that informs cycle collector how to find memory that is owned by a Trace instance and managed by the cycle collector.

Type Definitions

A Tracer is a callback function that is invoked for each CcBoxPtr owned by an instance of something.