pub type UserAttributeAmalgamationIter<'a> = ComponentAmalgamationIter<'a, UserAttribute>;
Expand description

An iterator over UserAttributeAmalgamtions.

A specialized version of ComponentAmalgamationIter.

Aliased Type§

struct UserAttributeAmalgamationIter<'a> { /* private fields */ }