Derive Macros§
- Content
Hash - Derives the
ContentHash
trait for a struct by callingContentHash::hash
on each of the struct members in the order that they’re declared. All members of the struct must implement theContentHash
trait.
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.