Trait graphql_tools::ast::ext::AstNodeWithName
source · pub trait AstNodeWithName {
// Required method
fn node_name(&self) -> Option<&str>;
}
pub trait AstNodeWithName {
// Required method
fn node_name(&self) -> Option<&str>;
}