Searched defs:IntersectionInner (Results 1 – 1 of 1) sorted by relevance
261 enum IntersectionInner<'a, T: 'a, A: Allocator + Clone> { enum276 impl<T: Debug, A: Allocator + Clone> Debug for IntersectionInner<'_, T, A> { implementation