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

pub trait PyNumberIXorProtocol<'p>: PyNumberProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Result: Into<PyResult<()>>;
}

Associated Types

Implementors