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

pub struct ConnectionResetError;

Methods

impl ConnectionResetError
[src]

Trait Implementations

impl From<ConnectionResetError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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