Get the current byte position in the original content.
(&self)
| 202 | |
| 203 | /// Get the current byte position in the original content. |
| 204 | pub fn position(&self) -> usize { |
| 205 | self.position |
| 206 | } |
| 207 | |
| 208 | /// Check if iteration is complete. |
| 209 | pub fn is_finished(&self) -> bool { |
no outgoing calls