| 825 | /// The value returned can then be reused in subsequent searches. |
| 826 | #[derive(Clone, Debug)] |
| 827 | pub struct CaptureLocations(re_trait::Locations); |
| 828 | |
| 829 | /// A type alias for `CaptureLocations` for backwards compatibility. |
| 830 | /// |
no outgoing calls
no test coverage detected