Struct pyo3::pycell::PyBorrowError [−][src]
pub struct PyBorrowError { /* fields omitted */ }Expand description
An error type returned by PyCell::try_borrow.
If this error is allowed to bubble up into Python code it will raise a RuntimeError.
Trait Implementations
Performs the conversion.