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