Gets the current position of the read, which is the position that the next character will carry.
(&self)
| 117 | /// Gets the current position of the read, which is the position that the next character will |
| 118 | /// carry. |
| 119 | pub(crate) fn next_pos(&self) -> LineCol { |
| 120 | self.next_pos |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | impl Iterator for CharReader<'_> { |
no outgoing calls
no test coverage detected