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

pub struct ConnectionError;

Methods

impl ConnectionError
[src]

Trait Implementations

impl From<ConnectionError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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