Type Alias rasn::types::SetOf

source ·
pub type SetOf<T> = BTreeSet<T>;
Expand description

The SET OF type.

Aliased Type§

struct SetOf<T> { /* private fields */ }