Trait implementation lrs::ringbuf::DynRingBuf::MaybeClone

Objects that can be duplicated.

Syntax

impl<T, H> MaybeClone for DynRingBuf<T, H>
    where T: MaybeClone,
          H: Allocator,
          <H as Allocator>::Pool: Default,