Trait pyo3::PyObjectWithToken [] [src]

pub trait PyObjectWithToken: Sized {
    fn py(&self) -> Python;
}

Any instance that is managed Python can have access to gil.

Required Methods

Implementors