pub type UserAttributeAmalgamationIter<'a> = ComponentAmalgamationIter<'a, UserAttribute>;Expand description
An iterator over UserAttributeAmalgamtions.
A specialized version of ComponentAmalgamationIter.
Aliased Typeยง
pub struct UserAttributeAmalgamationIter<'a> { /* private fields */ }