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

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

Associated Types

type Receiver: TryFromPyCell<'p, Self>

type Result: IntoPyCallbackOutput<PyIterANextOutput>

Loading content...

Implementors

Loading content...