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

An iterator over ValidUserIDAmalgamtions.

This is just a specialized version of ValidComponentAmalgamationIter.

Aliased Type§

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