Trait gut::mesh::attrib::AttributeValueHash[][src]

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.

Implementors