Type Alias sequoia_openpgp::cert::amalgamation::UserAttributeAmalgamationIter
source · pub type UserAttributeAmalgamationIter<'a> = ComponentAmalgamationIter<'a, UserAttribute>;
Expand description
An iterator over UserAttributeAmalgamtion
s.
A specialized version of ComponentAmalgamationIter
.
Aliased Type§
struct UserAttributeAmalgamationIter<'a> { /* private fields */ }