Crate gnostr_lib_proc_macros

Source

Derive Macros§

ContentHash
Derives the 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.