Expand description
Code for handing IDs
Macrosยง
- define_
id_ ๐getter - Implement the
HasID
trait for the given type, assuming it has a field calledid
- define_
id_ ๐methods - define_
id_ ๐type
Traitsยง
- HasID
- Indicates that the struct has an ID field
- IDCollection
- A data structure containing a set of IDs
- IDLike
- A trait alias for ID types