Skip to main content

Fingerprint

Derive Macro Fingerprint 

Source
#[derive(Fingerprint)]
Expand description

Derives rustbinary::Fingerprint from structural type metadata.

Struct field names/types and enum variant names/order participate in the identifier. Unions are rejected. Generic type parameters receive the corresponding Fingerprint bound.