Trait dynamic_graphql::GetOutputTypeRef
source · pub trait GetOutputTypeRef {
type Output: Into<TypeRef>;
// Required method
fn get_output_type_ref() -> Self::Output;
}
pub trait GetOutputTypeRef {
type Output: Into<TypeRef>;
// Required method
fn get_output_type_ref() -> Self::Output;
}