Type Definition hebi_syntax::ast::Ident

source ·
pub type Ident<'src> = Spanned<Cow<'src, str>>;