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

pub trait PyNumberComplexProtocol<'p>: PyNumberProtocol<'p> {
    type Success: IntoPyObject;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...