Trait cpython::PyDrop [] [src]

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

Required Methods

Implementors