Type Definition liva_parser::literals::Identifier [−][src]
pub type Identifier<'a> = &'a str;
Expand description
Contains the name of a identifier, which has to start with letter, but can contain numbers and underscores