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

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

Associated Types

Implementors