Trait cpython::PyDrop[][src]

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

Required methods

fn release_ref(self, py: Python<'_>)[src]

Loading content...

Implementations on Foreign Types

impl<T> PyDrop for Option<T> where
    T: PyDrop
[src]

Loading content...

Implementors

impl PyDrop for PyBuffer[src]

impl PyDrop for PyErr[src]

impl<T> PyDrop for T where
    T: PythonObject
[src]

Loading content...