Check if this keyword allows operator syntax (+, -, ^).
(&self)
| 138 | |
| 139 | /// Check if this keyword allows operator syntax (+, -, ^). |
| 140 | pub fn allows_operator(&self) -> bool { |
| 141 | !self.is_structured |
| 142 | } |
| 143 | |
| 144 | /// Check if this keyword requires structured name-value format. |
| 145 | pub fn requires_structured_format(&self) -> bool { |
no outgoing calls
no test coverage detected