Type Alias semantic_analyzer::ast::Ident
source · pub type Ident<'a> = LocatedSpan<&'a str>;Expand description
Basic Ident entity for elements of AST
Aliased Type§
struct Ident<'a> {
pub extra: (),
/* private fields */
}Fields§
§extra: ()Extra information that can be embedded by the user. Example: the parsed file name