Trait pyo3::class::pyasync::PyAsyncAiterProtocol [−][src]
pub trait PyAsyncAiterProtocol<'p>: PyAsyncProtocol<'p> { type Receiver: TryFromPyCell<'p, Self>; type Result: IntoPyCallbackOutput<PyObject>; }