Derive Macros§
- Content
Hash - Derives the
ContentHashtrait for a struct by callingContentHash::hashon each of the struct members in the order that they’re declared. All members of the struct must implement theContentHashtrait.
ContentHash trait for a struct by calling ContentHash::hash
on each of the struct members in the order that they’re declared. All
members of the struct must implement the ContentHash trait.