quote_if_needed

Function quote_if_needed 

Source
fn quote_if_needed(name: &str) -> String
Expand description

Quote an identifier if it needs quoting (contains uppercase, spaces, or reserved words).