Method lrs::ringbuf::DynRingBuf::clear

Syntax

impl<T, H> DynRingBuf<T, H>
    where H: Allocator,
{
    fn clear(&mut self) -> ()
}