Function could_be_reserved_keyword

Source
pub fn could_be_reserved_keyword(s: &str) -> bool
Expand description

Takes a string and returns if it could be a reserved keyword in certain contexts.