pub fn create_ident_name(name: &str) -> IdentName
Creates an IdentName from a string.
IdentName
name
let ident_name = create_ident_name("props");