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

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

Associated Types

Loading content...

Implementors

Loading content...