Type Alias starlark_map::ordered_set::Iter

source ·
pub type Iter<'a, T> = Iter<'a, T>;
Expand description

Iterator returned by iter.

Aliased Type§

struct Iter<'a, T> { /* private fields */ }