Trait implementation lrs::rc::Arc::Sync

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

Syntax

impl<T, H> Sync for Arc<T, H>
    where T: Sync + Leak,
          H: Allocator,