Type Definition sequoia_openpgp::cert::prelude::ValidUserAttributeAmalgamationIter
source · [−]pub type ValidUserAttributeAmalgamationIter<'a> = ValidComponentAmalgamationIter<'a, UserAttribute>;
Expand description
An iterator over ValidUserAttributeAmalgamtion
s.
This is just a specialized version of ValidComponentAmalgamationIter
.