Trait implementation lrs::vec::Vec::MaybeClone

Objects that can be duplicated.

Syntax

impl<T, H> MaybeClone for Vec<T, H>
    where H: Allocator,
          T: MaybeClone,
          <H as Allocator>::Pool: Default,