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