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