Skip to main content

identifier

Function identifier 

Source
pub fn identifier<'a>(input: &mut &'a str) -> PResult<'a, &'a str>
Expand description

Parse an identifier (letters, numbers, underscores, hyphens, colons)