Returns the byte offset of this position.
(&self)
| 66 | |
| 67 | /// Returns the byte offset of this position. |
| 68 | pub fn pos(&self) -> usize { |
| 69 | self.pos |
| 70 | } |
| 71 | |
| 72 | /// Returns the byte offset of the next position in the input. |
| 73 | pub fn next_pos(&self) -> usize { |
no outgoing calls
no test coverage detected