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

pub struct QueueEmpty;

Methods

impl QueueEmpty
[src]

[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

impl PyTypeObject for QueueEmpty
[src]

[src]

Initialize type object

[src]

Retrieves the type object for this Python object type.

[src]

Create PyRawObject which can be initialized with rust value