Type Alias meshx::attrib::AttribDict

source ·
pub type AttribDict<I> = AHashMap<String, Attribute<I>>;
Expand description

Attribute dictionary for a specific topology I.

Aliased Type§

struct AttribDict<I>(/* private fields */);