Struct pyo3::exc::asyncio::InvalidStateError[][src]

pub struct InvalidStateError;

Methods

impl InvalidStateError
[src]

Trait Implementations

impl From<InvalidStateError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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