private_event_sourcing

Trait EventType

Source
pub trait EventType {
    // Required method
    fn event_type(&self) -> String;
}

Required Methods§

Implementors§