Method lrs::ringbuf::DynRingBuf::len

Returns the number of elements in the ring buffer.

Syntax

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