Trait Union

Source
pub trait Union { }
Expand description

A trait for representing a union Don’t implement this trait manually, use the union macro instead

Implementors§

Source§

impl<T> Union for T
where T: StaticStrUnion,