Set whether to include whitespace tokens.
(mut self, include: bool)
| 138 | |
| 139 | /// Set whether to include whitespace tokens. |
| 140 | pub fn include_whitespace(mut self, include: bool) -> Self { |
| 141 | self.include_whitespace = include; |
| 142 | self |
| 143 | } |
| 144 | } |
| 145 | |
| 146 | // Conversion Statistics |
no outgoing calls