Skip to main content

PyIOError

Type Alias PyIOError 

Source
pub type PyIOError = PyOSError;
Expand description

Alias of PyOSError, corresponding to IOError alias in Python.

Aliased Type§

#[repr(transparent)]
pub struct PyIOError(PyAny);

Tuple Fields§

§0: PyAny
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here