Skip to main content

Difference

Struct Difference 

Source
pub struct Difference<'a, T, S, A = Global>
where A: Allocator,
{ /* private fields */ }
Expand description

A lazy iterator producing elements in the difference of HashSets.

This struct is created by the difference method on HashSet. See its documentation for more.