Type Definition sequoia_openpgp::cert::prelude::ValidUserIDAmalgamationIter[][src]

type ValidUserIDAmalgamationIter<'a> = ValidComponentAmalgamationIter<'a, UserID>;
Expand description

An iterator over ValidUserIDAmalgamtions.

This is just a specialized version of ValidComponentAmalgamationIter.