Struct pyo3::exc::OSError[][src]

pub struct OSError;

Methods

impl OSError
[src]

Trait Implementations

impl From<OSError> for PyErr
[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for OSError
[src]

Performs the conversion.

impl PyTypeObject for OSError
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for OSError

impl Sync for OSError