Type Definition fixed_circular_buffer::Iter [] [src]

type Iter<'t, T> = Take<IterCircular<'t, T>>;