@@ -14,7 +14,7 @@ use crate::DataResultQuery2 as _;
14
14
15
15
/// Wrapper that contains the results of a latest-at query with possible overrides.
16
16
///
17
- /// Although overrides are never temporal, when accessed via the [`crate::RangeResultsExt `] trait
17
+ /// Although overrides are never temporal, when accessed via the [`crate::RangeResultsExt2 `] trait
18
18
/// they will be merged into the results appropriately.
19
19
pub struct HybridLatestAtResults < ' a > {
20
20
pub overrides : LatestAtResults ,
@@ -28,7 +28,7 @@ pub struct HybridLatestAtResults<'a> {
28
28
29
29
/// Wrapper that contains the results of a range query with possible overrides.
30
30
///
31
- /// Although overrides are never temporal, when accessed via the [`crate::RangeResultsExt `] trait
31
+ /// Although overrides are never temporal, when accessed via the [`crate::RangeResultsExt2 `] trait
32
32
/// they will be merged into the results appropriately.
33
33
#[ derive( Debug ) ]
34
34
pub struct HybridRangeResults {
@@ -38,7 +38,7 @@ pub struct HybridRangeResults {
38
38
}
39
39
40
40
impl < ' a > HybridLatestAtResults < ' a > {
41
- /// Returns the [`LatestAtComponentResults `] for the specified [`Component`].
41
+ /// Returns the [`UnitChunkShared `] for the specified [`re_types_core:: Component`].
42
42
#[ inline]
43
43
pub fn get ( & self , component_name : impl Into < ComponentName > ) -> Option < & UnitChunkShared > {
44
44
let component_name = component_name. into ( ) ;
0 commit comments