pub trait Union: OutputType {
    const NAME: &'static str = <Self as OutputType>::NAME;
}

Provided Associated Constants§

Implementors§