pub trait AttributeValueHash: AttributeValue + Eq + Hash { }
Expand description

A value that can be stored as an indirect attribute in a mesh type.

This value is cached inside a HashSet, so it requires additional constraints beyond those imposed on AttributeValue.

Object Safety§

This trait is not object safe.

Implementors§