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