Struct pyo3::prelude::exc::IOError[][src]

pub struct IOError;

Methods

impl IOError
[src]

Trait Implementations

impl From<IOError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

impl PyTypeObject for IOError
[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 IOError

impl Sync for IOError