Type Alias sequoia_openpgp::cert::amalgamation::ValidUserAttributeAmalgamationIter
source · pub type ValidUserAttributeAmalgamationIter<'a> = ValidComponentAmalgamationIter<'a, UserAttribute>;
Expand description
An iterator over ValidUserAttributeAmalgamtion
s.
This is just a specialized version of ValidComponentAmalgamationIter
.
Aliased Type§
struct ValidUserAttributeAmalgamationIter<'a> { /* private fields */ }