Home
last modified time | relevance | path

Searched defs:TrySpecExtend (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/alloc/vec/
H A Dspec_extend.rs17 pub(super) trait TrySpecExtend<T, I> { interface
69 impl<T, A: Allocator> TrySpecExtend<T, IntoIter<T>> for Vec<T, A> { impl
111 impl<'a, T: 'a, A: Allocator> TrySpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> impl