[][src]Type Definition tamasfe_schemars::Set

type Set<T> = BTreeSet<T>;

The set type used by schemars types.

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