Type Alias rustpython_vm::function::PyComparisonValue
source · pub type PyComparisonValue = PyArithmeticValue<bool>;
Aliased Type§
enum PyComparisonValue {
Implemented(bool),
NotImplemented,
}
pub type PyComparisonValue = PyArithmeticValue<bool>;
enum PyComparisonValue {
Implemented(bool),
NotImplemented,
}