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

pub trait PyNumberNegProtocol<'p>: PyNumberProtocol<'p> {
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...