Skip to main content

SpecCloneIntoVec

Trait SpecCloneIntoVec 

Source
pub(crate) trait SpecCloneIntoVec<T, A: Allocator> {
    // Required method
    fn clone_into(&self, target: &mut Vec<T, A>);
}

Required Methods§

Source

fn clone_into(&self, target: &mut Vec<T, A>)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§