Trait dynamic_graphql::internal::Union
source · pub trait Union: OutputTypeName {
// Provided method
fn get_union_type_name() -> Cow<'static, str> { ... }
}
Provided Methods§
fn get_union_type_name() -> Cow<'static, str>
Object Safety§
This trait is not object safe.