[][src]Module eventually::optional

Module for the Aggregate extension trait using an Option state.

For more information, take a look at the relevant aggregate documentation section on the Optional aggregate trait.

Structs

AsAggregate

Newtype pattern to ensure compatibility between optional::Aggregate trait and the core Aggregate trait.

Traits

Aggregate

An Option-flavoured, Aggregate-compatible trait to model Aggregates having an optional State.