Trait implementation lrs::ringbuf::DynRingBuf::Index

Objects that implement the immutable subscript operator.

Syntax

impl<T, H> Index<usize> for DynRingBuf<T, H>
    where H: Allocator,
{
    type Output = T;
}