Trait gc::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.

Provided Methods

Implementors