pub trait PathSegmentEx {
    fn identifier_ast(&self, db: &dyn SyntaxGroup) -> TerminalIdentifier;
}
Expand description

Helper trait for ast::PathSegment.

Required Methods§

Implementors§