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