pub struct SymmetricDifference<'a, T, S, A = Global>where
A: Allocator,{ /* private fields */ }Expand description
A lazy iterator producing elements in the symmetric difference of HashSets.
This struct is created by the symmetric_difference method on
HashSet. See its documentation for more.