Struct froggy::CursorItem [] [src]

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

Item of the streaming iterator.

Methods

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

Pin the item with a strong pointer.

Attempt to read an element before the cursor by a pointer.

Attempt to read an element after the cursor by a pointer.

Trait Implementations

impl<'a, T> Deref for CursorItem<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for CursorItem<'a, T>
[src]

The method called to mutably dereference a value