[][src]Module smoke::property

First-class Property tree

Structs

And

Logical And between properties

BoxProperty

A Generic Boxed Property

Or

Logical Or between properties

RelationEq

Relation between 2 values based on the Eq trait

RelationOrd

Relation between 2 values based on the Ord trait

Enums

Outcome

Traits

Collection
Property

A generic expressible property

Functions

equal

Check that 2 elements are equal

greater

Check that the left element is greater than the right element

greater_equal

Check that the left element is greater or equal than the right element

less

Check that the left element is less than the right element

less_equal

Check that the left element is less or equal than the right element

not_equal

Check that 2 elements are not equal