Skip to main content

extract_alias_name

Function extract_alias_name 

Source
pub fn extract_alias_name(children: &[Segment]) -> Option<String>
Expand description

Extract the alias name from an AliasExpression. The alias name is the last Identifier or QuotedIdentifier before any non-trivia, non-keyword segment (scanning from the end).