pub type ValidUserAttributeAmalgamationIter<'a> = ValidComponentAmalgamationIter<'a, UserAttribute>;Expand description
An iterator over ValidUserAttributeAmalgamtions.
This is just a specialized version of ValidComponentAmalgamationIter.
Aliased Typeยง
pub struct ValidUserAttributeAmalgamationIter<'a> { /* private fields */ }