pub type ParentIds = SmallVec<[ObjectId; 1]>;Expand description
The collection of parent ids we saw as part of the iteration.
Note that this list is truncated if Parents::First was used.
Aliased Typeยง
pub struct ParentIds { /* private fields */ }