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

pub trait PyAsyncAexitProtocol<'p>: PyAsyncProtocol<'p> {
    type ExcType: FromPyObject<'p>;
    type ExcValue: FromPyObject<'p>;
    type Traceback: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

Loading content...

Implementors

Loading content...