Trait pyo3::class::number::PyNumberComplexProtocol[][src]

pub trait PyNumberComplexProtocol<'p>: PyNumberProtocol<'p> {
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

Implementors