Trait dynamic_graphql::Enum

source ·
pub trait Enum: OutputTypeName {
    // Provided method
    fn get_enum_type_name() -> Cow<'static, str> { ... }
}

Provided Methods§

source

fn get_enum_type_name() -> Cow<'static, str>

Implementors§