pub trait Finalize {
// Provided method
fn finalize(&self) { ... }
}Expand description
Substitute for the Drop trait for garbage collected types.
pub trait Finalize {
// Provided method
fn finalize(&self) { ... }
}Substitute for the Drop trait for garbage collected types.