Module optional

Module optional 

Source
Expand description

Contains a different flavour of the Aggregate trait, while still maintaining compatibility through AsAggregate type.

Check out optional::Aggregate for more information.

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.