[][src]Trait pyo3::class::context::PyContextEnterProtocol

pub trait PyContextEnterProtocol<'p>: PyContextProtocol<'p> {
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...