[][src]Module dodo::repository

Repository of entities.

Structs

Filter

Cursor filter.

Repository

Repository of entities, backed by provided storage.

RepositoryCursor

Repository cursor, yeilding all entities inside the repository.

Skip

Cursor that skips n elements.

Enums

Error

Repository error.

Traits

Cursor

Cursor over the contents of a repository.

Type Definitions

Result

Repository result.