Type Definition rasn::types::SetOf[][src]

type SetOf<T> = BTreeSet<T>;

Alias to Vec<T>.

Trait Implementations

impl<T> AsnType for SetOf<T>[src]