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