pub unsafe trait GcTrace: Finalize {
    unsafe fn trace(&self);
fn finalize_glue(&self); }

Required methods

Runs Finalize::finalize() on this object and all contained subobjects

Implementations on Foreign Types

Implementors