Struct pyo3::pycell::PyBorrowError [−][src]
pub struct PyBorrowError { /* fields omitted */ }An error returned by PyCell::try_borrow.
In Python, you can catch this error by except RuntimeError.
Trait Implementations
impl From<PyBorrowError> for PyErr[src]
impl From<PyBorrowError> for PyErr[src]