Method lrs::ringbuf::DynRingBuf::pop_left

Removes an element from the left end of the ring buffer.

Syntax

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