Struct pyo3::exc::ConnectionAbortedError[][src]

pub struct ConnectionAbortedError;

Methods

impl ConnectionAbortedError
[src]

Trait Implementations

impl From<ConnectionAbortedError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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