Type Definition pyo3::exceptions::MemoryError [−][src]
pub type MemoryError = Py<PyMemoryError>;👎 Deprecated:
Exceptions now have a Py prefix, e.g. PyException, PyTypeError
