PublishedEvent

Type Alias PublishedEvent 

Source
pub type PublishedEvent = PublishedEvent<Event>;

Aliased Type§

pub struct PublishedEvent {
    pub published: Activity<EventPublisherIndex>,
    pub payload: Event,
}

Fields§

§published: Activity<EventPublisherIndex>§payload: Event