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ยง

pub struct PyEnvironmentError(/* private fields */);