Trait ExtendFromWithinSpec
pub(in ::vec) trait ExtendFromWithinSpec
Required Methods
unsafe fn spec_extend_from_within(&mut self, src: Range<usize>)Safety
srcneeds to be valid indexself.capacity() - self.len()must be>= src.len()
Implementors
impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A>impl<T: TrivialClone, A: Allocator> ExtendFromWithinSpec for Vec<T, A>