Trait cpython::PyDrop [−][src]
pub trait PyDrop: Sized { fn release_ref(self, _: Python); }
Required Methods
fn release_ref(self, _: Python)
Implementations on Foreign Types
impl<T> PyDrop for Option<T> where
T: PyDrop, [src]
impl<T> PyDrop for Option<T> where
T: PyDrop, fn release_ref(self, py: Python)[src]
fn release_ref(self, py: Python)Implementors
impl<T> PyDrop for T where
T: PythonObject,impl PyDrop for PyErrimpl PyDrop for PyBuffer