Skip to main content

Crate disposition_model_common

Crate disposition_model_common 

Source
Expand description

Common types shared between disposition_input_model and disposition_ir_model.

Modules§

edge
entity
theme

Macros§

id
Returns an Id validated at compile time.

Structs§

Id
Unique identifier for any entity in the diagram, Cow<'s, str> newtype.
IdInvalidFmt
Error indicating Id provided 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.