pub fn ident(name: &str) -> Identifier
Expand description
ยงPanics
This function will panic if name
(if provided) cannot be parsed.
Construct an identifier from a str
pub fn ident(name: &str) -> Identifier
This function will panic if name
(if provided) cannot be parsed.
Construct an identifier from a str