Trait cairo_lang_syntax::node::helpers::PathSegmentEx
source · pub trait PathSegmentEx {
fn identifier_ast(&self, db: &dyn SyntaxGroup) -> TerminalIdentifier;
}
Expand description
Helper trait for ast::PathSegment.