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

pub trait PyAsyncAexitProtocol<'p>: PyAsyncProtocol<'p> {
    type ExcType: FromPyObject<'p>;
    type ExcValue: FromPyObject<'p>;
    type Traceback: FromPyObject<'p>;
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...