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

pub trait AttributeValue: 'static + Clone + PartialEq<Self> + Debug + Send + Sync { }
Expand description

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

Implementors