Searched refs:TrySpecExtend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | spec_extend.rs | 17 pub(super) trait TrySpecExtend<T, I> { 31 impl<T, I, A: Allocator> TrySpecExtend<T, I> for Vec<T, A> 50 impl<T, I, A: Allocator> TrySpecExtend<T, I> for Vec<T, A> 69 impl<T, A: Allocator> TrySpecExtend<T, IntoIter<T>> for Vec<T, A> { impls 90 impl<'a, T: 'a, I, A: Allocator> TrySpecExtend<&'a T, I> for Vec<T, A> 111 impl<'a, T: 'a, A: Allocator> TrySpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> impls
|
H A D | mod.rs | 146 use self::spec_extend::TrySpecExtend;
|
Completed in 5 milliseconds