Struct pyo3::pycell::PyBorrowMutError [−][src]
pub struct PyBorrowMutError { /* fields omitted */ }
Expand description
An error returned by PyCell::try_borrow_mut
.
In Python, you can catch this error by except RuntimeError
.
Trait Implementations
Performs the conversion.