macro_rules! impl_property_eq_hash {
($name:ident) => { ... };
}Expand description
Implements PartialEq, Eq, and
Hash for a property type using Ixa’s generated byte-based equality and
hashing behavior.
This is a convenience wrapper around impl_property_eq! and
impl_property_hash!.
The macro accepts a concrete property type identifier. Generic property types are not supported.