Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dspec_extend.rs12 pub(super) trait SpecExtend<T, I> { interface
60 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { impl
101 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> impl
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs153 trait SpecExtend<I: IntoIterator> { interface