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

pub trait PyAsyncAnextProtocol<'p>: PyAsyncProtocol<'p> {
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Option<Self::Success>>>;
}

Associated Types

type Success: IntoPy<PyObject>

type Result: Into<PyResult<Option<Self::Success>>>

Loading content...

Implementors

Loading content...