Trait implementation lrs::rc::ArcBuf::Sync

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

Syntax

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