Expand description
Code for handling IDs
Macrosยง
- define_
id_ ๐getter - Implement the
HasIDtrait for the given type, assuming it has a field calledid - define_
id_ ๐methods - define_
id_ ๐type
Structsยง
- MissingID
Error - Indicates that the specified ID was not found in a given collection
Traitsยง
- GetID
Value - A trait for getting an ID and a value from a map
- HasID
- Indicates that the struct has an ID field
- ID
- A trait for ID types
- IDCollection
- A data structure containing a set of IDs