Struct espr::ir::Constraints [−][src]
Expand description
Global constraints in EXPRESS components
Fields
instantiables: HashMap<Path, Vec<Vec<Path>>>
Each super-type can be instantiable as its subtypes, but possible subtypes cannot be determined from local description in EXPRESS.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.