Gets the end position of the token.
(&self)
| 127 | |
| 128 | /// Gets the end position of the token. |
| 129 | pub fn token_end(&self) -> usize { |
| 130 | self.byte_index |
| 131 | } |
| 132 | |
| 133 | /// Gets the current token. |
| 134 | pub fn token(&self) -> Option<Token<'a>> { |
no outgoing calls
no test coverage detected