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

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

Associated Types

Implementors