Expand description
Common types shared between disposition_input_model and
disposition_ir_model.
Modules§
Macros§
- id
- Returns an
Idvalidated at compile time.
Structs§
- Id
- Unique identifier for any entity in the diagram,
Cow<'s, str>newtype. - IdInvalid
Fmt - Error indicating
Idprovided is not in the correct format. - Keys
- An iterator over the keys of an
IndexMap. - Map
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- Set
- A hash set where the iteration order of the values is independent of their hash values.