[][src]Type Definition eventually_core::aggregate::AggregateId

type AggregateId<A> = <<A as Aggregate>::State as Identifiable>::Id;

A short extractor type for the Aggregate id, found in the Aggregate State.