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