usecore::ops::Deref;pubmoddroppable;pubmodnon_droppable;pub(crate)traitBufRef: Deref<Target = Self::Buffer> + Clone {typeBuffer;}/// One of the traits implemented by ring buffers; useful only as a type-restrictor in signatures.
/// `TargetRef` indicates which ref should be used to handle the inner buffer.
pubtraitIntoRef{typeTargetRef:BufRef<Buffer = Self>;}