[][src]Type Definition cqrs_core::ProducedEvents

type ProducedEvents<A, C> = <C as AggregateCommand<A>>::Events;

The event sequence produced by this command.