Open
Description
The idea is based on possibly having a NewType for the aggregate id, so be more flexible in handling those types.
Possible solutions could be:
- Add a new generic type to
AggregateState
with consequent associated type inAggregate
to have a T (likeAggregateId
type) implementingInto<Uuid>
andFrom<Uuid>
. - Modify
AggregateState::new
to get animpl Into<Uuid>
Metadata
Metadata
Assignees
Labels
No labels