Trait gc::trace::Finalize [] [src]

pub trait Finalize {
    fn finalize(&self);
}

The Finalize trait. Can be specialized for a specific type to define finalization logic for that type.

Required Methods

Implementors