[][src]Trait arae::AsCursor

pub trait AsCursor<T>: Cursed<T> {
    fn as_cursor(&self) -> Cursor<T>;
}

AsCursor is for simple Cursed owners where it makes sense to be able to return a single Cursor.

Required methods

fn as_cursor(&self) -> Cursor<T>

Return a Cursor for the owner.

Loading content...

Implementors

Loading content...