pub trait ObjectFinalize: Sized {
    fn finalize(self, env: Env) -> Result<()> { ... }
}

Provided Methods§

Implementors§