Struct froggy::Cursor [] [src]

pub struct Cursor<'a, T: 'a> { /* fields omitted */ }

Streaming iterator providing mutable components and a capability to look back/ahead.

Methods

impl<'a, T> Cursor<'a, T>
[src]

Advance the stream to the next item.