[][src]Trait pyo3::class::pyasync::PyAsyncAiterProtocol

pub trait PyAsyncAiterProtocol<'p>: PyAsyncProtocol<'p> {
    type Receiver: TryFromPyCell<'p, Self>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Receiver: TryFromPyCell<'p, Self>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...