(&self)
| 739 | /// crate, we continue to export it as an undocumented API. |
| 740 | #[doc(hidden)] |
| 741 | pub fn locations(&self) -> CaptureLocations { |
| 742 | CaptureLocations(self.0.searcher_str().locations()) |
| 743 | } |
| 744 | } |
| 745 | |
| 746 | /// An iterator over the names of all possible captures. |
no test coverage detected