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