Module cfg_expr::expr[][src]

Expand description

Types related to cfg expressions

Modules

Structs

A parsed cfg() expression that can evaluated

Enums

A predicate function, used to combine 1 or more predicates into a single value

A single predicate in a cfg() expression

All predicates that pertains to a target, except for target_feature

Traits

A propositional logic used to evaluate Expression instances.