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

pub trait PyNumberIAndProtocol<'p>: PyNumberProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

Implementors