Type Definition pyo3::exceptions::MemoryError[][src]

type MemoryError = Py<PyMemoryError>;
👎 Deprecated:

Exceptions now have a Py prefix, e.g. PyException, PyTypeError