pub type Dedup<I> = DedupBy<I, DedupEq>;Expand description
An iterator adaptor that removes repeated duplicates.
See .dedup() for more information.
Aliased Type§
pub struct Dedup<I> { /* private fields */ }Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.