Skip to main content

Crate michis_collection_cursor

Crate michis_collection_cursor 

Source

Structs§

CollectionCursor
A CollectionCursor wraps an index-based collection, such as a Vec<T>, providing it with a cursor that points to a spot in the collection.

Enums§

SeekFrom
The various ways one can move the cursor of a CollectionCursor.

Traits§

IndexableCollection
A trait for collections which are index-based, allowing the inner contents to be accessed.
IndexableCollectionMut
A trait for IndexableCollection-implementing types which can also be mutated.
IndexableCollectionResizable
A trait for IndexableCollectionMut-implementing types which can also be resized.