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