Dyn

Type Alias Dyn 

Source
pub type Dyn<Item> = dyn Iterator<Item = Item>;
Expand description

An alias for dyn Iterator.