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

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

Associated Types

Implementors