Trait cqrs_eventsourcing::Query[][src]

pub trait Query<A, E>: Debug + Default + Serialize + DeserializeOwned where
    A: Aggregate,
    E: DomainEvent<A>, 
{ fn populate(&mut self, event: &FormatedEvent<A, E>); }

Required methods

fn populate(&mut self, event: &FormatedEvent<A, E>)[src]

Loading content...

Implementors

Loading content...