Trait implementation lrs::sync::Queue::Sync

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

Syntax

impl<T, H> Sync for Queue<T, H>
    where T: Send,
          H: Allocator,