pub type HashValueType = u128;
The type used in the indexing infrastructure. This type alias is public, because it is used by any implementor of Property<E: Entity>.
Property<E: Entity>