Struct pyo3::exc::EOFError[][src]

pub struct EOFError;

Methods

impl EOFError
[src]

Trait Implementations

impl From<EOFError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Sync for EOFError