| 844 | /// The value returned can then be reused in subsequent searches. |
| 845 | #[derive(Clone, Debug)] |
| 846 | pub struct CaptureLocations(re_trait::Locations); |
| 847 | |
| 848 | /// A type alias for `CaptureLocations` for backwards compatibility. |
| 849 | /// |
no outgoing calls
no test coverage detected