Function drone_macros_core::unkeywordize [−][src]
pub fn unkeywordize<T: AsRef<str>>(ident: T) -> String
Inserts an underscore at the end of the string if the string is a reserved keyword.
pub fn unkeywordize<T: AsRef<str>>(ident: T) -> String
Inserts an underscore at the end of the string if the string is a reserved keyword.