Trait implementation lrs::vec::Vec::Sync

Objects that allow immutable access from threads other than their owning thread.

Syntax

impl<T, H> Sync for Vec<T, H>
    where T: Sync,
          H: Allocator,