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