Type Alias kdl_script::parse::Ident

source ·
pub type Ident = Spanned<String>;
Expand description

A string that may refer to another item like a type of function

Aliased Type§

struct Ident { /* private fields */ }