Searched refs:SpecExtend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | spec_extend.rs | 12 pub(super) trait SpecExtend<T, I> { 22 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> 41 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> 60 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { impls 80 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> 101 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> impls
|
H A D | mod.rs | 144 use self::spec_extend::SpecExtend; 3015 <Self as SpecExtend<T, I::IntoIter>>::spec_extend(self, iter.into_iter()) in extend() 3030 // leaf method to which various SpecFrom/SpecExtend implementations delegate when 3057 // leaf method to which various SpecFrom/SpecExtend implementations delegate when
|
Completed in 5 milliseconds