Trait implementation lrs::vec::Vec::Send

Objects whose ownership can be moved from one thread to another.

Syntax

impl<T, H> Send for Vec<T, H>
    where H: Allocator + Send,
          T: Send,