Trait eclectic::set::Set [] [src]

pub trait Set: Len + Clear + Insert + Remove<Self::Item> { }

A set.

This trait is implemented for all types that implement {Len, Clear, Insert, Remove}.

Implementors