Skip to main content

is_rust_keyword

Function is_rust_keyword 

Source
pub fn is_rust_keyword(name: &str) -> bool
Expand description

Returns true if the given name is a Rust reserved keyword.