[][src]Module rustracts::context::cmp

Generic comparaison contexts

Structs

EqContext

Context to compare the equality of two elements

GeContext

Context to compare the greater or equal ordering of two elements

GtContext

Context to compare the greater than ordering of two elements

LeContext

Context to compare the less or equal ordering of two elements

LtContext

Context to compare the less than ordering of two elements

NqContext

Context to compare the inequality of two elements