Type Alias sequoia_openpgp::cert::amalgamation::UserIDAmalgamationIter

source ·
pub type UserIDAmalgamationIter<'a> = ComponentAmalgamationIter<'a, UserID>;
Expand description

An iterator over UserIDAmalgamtions.

A specialized version of ComponentAmalgamationIter.

Aliased Type§

struct UserIDAmalgamationIter<'a> { /* private fields */ }