Trait mozjs::gc::custom::CustomTrace
source · pub unsafe trait CustomTrace {
// Required method
fn trace(&self, trc: *mut JSTracer);
}
Expand description
Similarly to Traceable
trait, it’s used to specify tracing of various types
that are used in conjunction with CustomAutoRooter
.