Trait cursor::ToCursor[][src]

pub trait ToCursor<T, E: Extras<T> = NoneExtras<T>> where
    Self: AsRef<[T]>, 
{ fn to_cursor(&self) -> Cursor<'_, T, E>
Notable traits for Cursor<'s, T, E>
impl<'s, T, E: Extras<T>> Iterator for Cursor<'s, T, E> type Item = &'s T;
{ ... } }

Provided methods

Implementors

this will reset the newer cursor

this would reset the newer cursor