pub type Locations = CaptureLocations;Expand description
A type alias for CaptureLocations for backwards compatibility.
Previously, we exported CaptureLocations as Locations in an
undocumented API. To prevent breaking that code (e.g., in regex-capi),
we continue re-exporting the same undocumented API.
Aliased Type§
pub struct Locations(Captures);Tuple Fields§
§0: Captures