[][src]Type Definition schemars::Set

type Set<T> = BTreeSet<T>;

The set type used by schemars types.

Currently a BTreeSet, but this may change a different implementation with a similar interface in a future version of schemars.