Trait implementation lrs::ringbuf::DynRingBuf::Sync

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

Syntax

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