(&self)
| 682 | /// crate, we continue to export it as an undocumented API. |
| 683 | #[doc(hidden)] |
| 684 | pub fn locations(&self) -> CaptureLocations { |
| 685 | CaptureLocations(self.0.searcher().locations()) |
| 686 | } |
| 687 | } |
| 688 | |
| 689 | /// An iterator over all non-overlapping matches for a particular string. |
no test coverage detected