Trait implementation lrs::ringbuf::DynRingBuf::Send

Objects whose ownership can be moved from one thread to another.

Syntax

impl<T, H> Send for DynRingBuf<T, H>
    where T: Send,
          H: Allocator + Send,