Gets the start position of the token.
(&self)
| 122 | |
| 123 | /// Gets the start position of the token. |
| 124 | pub fn token_start(&self) -> usize { |
| 125 | self.token_start |
| 126 | } |
| 127 | |
| 128 | /// Gets the end position of the token. |
| 129 | pub fn token_end(&self) -> usize { |
no outgoing calls
no test coverage detected