pub trait Union: OutputTypeName {
    // Provided method
    fn get_union_type_name() -> Cow<'static, str> { ... }
}

Provided Methods§

Implementors§