Trait PyAsyncAnextProtocol
pyo3::class::pyasync
pub trait PyAsyncAnextProtocol<'p>: PyAsyncProtocol<'p> { type Receiver: TryFromPyCell<'p, Self>; type Result: IntoPyCallbackOutput<PyIterANextOutput>; }
type Receiver: TryFromPyCell<'p, Self>
type Result: IntoPyCallbackOutput<PyIterANextOutput>