Trait AsSet

Source
pub trait AsSet {
    type Set: Members;
}
Expand description

Trait that allows usage of custom types instead of [Set].

Required Associated Types§

Source

type Set: Members

The Set type.

Implementors§