pub type EventPublisherIndexValue = usize;Expand description
Internal index into a lookup table with event publisher metadata
Trait Implementations§
Source§impl From<EventPublisherIndex> for EventPublisherIndexValue
impl From<EventPublisherIndex> for EventPublisherIndexValue
Source§fn from(from: EventPublisherIndex) -> Self
fn from(from: EventPublisherIndex) -> Self
Converts to this type from the input type.