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