Module json_api::value::collections::set [] [src]

A hash set implemented as a Map where the value is ().

Structs

Drain

A draining iterator over the items of a Set.

IntoIter

An owning iterator over the items of a Set.

Iter

An iterator over the items of a Set.

Set

A hash set implemented as a Map where the value is ().