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

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

Associated Types

type Other: FromPyObject<'p>

type Result: IntoPyCallbackOutput<()>

Loading content...

Implementors

Loading content...