pub type ElementsWithTypespace<'a> = IterWithTypespace<'a, Iter<'a, ProductTypeElement>>;

Aliased Type§

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