Struct froggy::Cursor [] [src]

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

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

See documentation of CursorItem.

Methods

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

[src]

Advance the stream to the next item.

[src]

Advance the stream to the previous item.

Trait Implementations

impl<'a, T: Debug + 'a> Debug for Cursor<'a, T>
[src]

[src]

Formats the value using the given formatter.