Trait implementation lrs::sync::Queue::Drop

Objects with a destructor.

Syntax

impl<T, H> Drop for Queue<T, H>
    where H: Allocator,