pub type UnknownComponentAmalgamationIter<'a> = ComponentAmalgamationIter<'a, Unknown>;
Expand description

An iterator over UnknownComponentAmalgamtions.

A specialized version of ComponentAmalgamationIter.

Aliased Type§

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