Module set

Module set 

Source
Expand description

HashSet<Option<T>> but you can check inclusivity with Option<&T>.

Structsยง

Set
Allows semantics similar to a HashSet<Option<String>> without having to convert Option<&str>s to Option<String>s.