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

pub trait PyAsyncAiterProtocol<'p>: PyAsyncProtocol<'p> {
type Success: IntoPyObject;
type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...