[][src]Module eventually_core::repository

Contains the Repository pattern implementation for AggregateRoot instances.

Check out Repository for more information.

Structs

Repository

Implementation of the Repository pattern for storing, retrieving and deleting Aggregates.

Enums

Error

Error type returned by the Repository.

Type Definitions

Result

Result type returned by the Repository.