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(/* private fields */);