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

pub trait PyNumberRoundProtocol<'p>: PyNumberProtocol<'p> {
    type NDigits: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type NDigits: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...