[][src]Trait cqrs::Event

pub trait Event {
    fn event_type(&self) -> &'static str;
}

A thing that happened.

Required methods

fn event_type(&self) -> &'static str

A static description of the event.

Loading content...

Implementors

Loading content...