Method lrs::ringbuf::DynRingBuf::pop_right

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

Syntax

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