Type Definition sequoia_openpgp::cert::prelude::UserAttributeAmalgamationIter [−][src]
pub type UserAttributeAmalgamationIter<'a> = ComponentAmalgamationIter<'a, UserAttribute>;
Expand description
An iterator over UserAttributeAmalgamtion
s.
A specialized version of ComponentAmalgamationIter
.