You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in Aggregate to have a T (like AggregateId type) implementing Into<Uuid> and From<Uuid>.
Modify AggregateState::new to get an impl Into<Uuid>
The text was updated successfully, but these errors were encountered:
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:
AggregateState
with consequent associated type inAggregate
to have a T (likeAggregateId
type) implementingInto<Uuid>
andFrom<Uuid>
.AggregateState::new
to get animpl Into<Uuid>
The text was updated successfully, but these errors were encountered: