[][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: IntoPyObject;
type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...