Expand description
Per-field change detection without cloning whole state trees.
Traits§
- Field
Diff - State types implement this so subscribers can detect which fields changed by comparing per-field hashes — never by cloning the whole value.
Functions§
- hash_
value - Hash any
Hashvalue without cloning it.