Type Alias PyComparisonValue

Source
pub type PyComparisonValue = PyArithmeticValue<bool>;

Aliased Type§

enum PyComparisonValue {
    Implemented(bool),
    NotImplemented,
}

Variants§

§

Implemented(bool)

§

NotImplemented

Morty Proxy This is a proxified and sanitized view of the page, visit original site.