Type Alias heron_rebuild_syntax::ast::Ident
source ยท pub type Ident<'a> = &'a str;
Expand description
type alias just to make type signatures look more consistent.
pub type Ident<'a> = &'a str;
type alias just to make type signatures look more consistent.