Skip to main content

rust_raw_ident

Function rust_raw_ident 

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

Convenience: always returns a usable Rust identifier, escaping reserved keywords with the raw-identifier prefix (r#).