pub trait Union<D>: Name + Discriminant<D> + Variants<D> { }

Implementors§