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

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§