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