Trait implementation lrs::rc::RcBuf::Sync

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

Syntax

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