pub fn is_valid_rust_identifier<S: AsRef<str>>(s: S) -> bool
Expand description

Convenience function determining if a string is usable without alteration as a Rust identifier for an item.