pub trait PyDrop: Sized {
    fn release_ref(self, py: Python<'_>);
}

Required Methods

Implementations on Foreign Types

Implementors