Skip to main content

PyEnvironmentError

Type Alias PyEnvironmentError 

Source
pub type PyEnvironmentError = PyOSError;
Expand description

Alias of PyOSError, corresponding to EnvironmentError alias in Python.

Aliased Type§

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

Tuple Fields§

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