Module vector_core::event::discriminant

source ·

Structs§

  • An event discriminant identifies a distinguishable subset of events. Intended for dissecting streams of events to sub-streams, for instance to be able to allocate a buffer per sub-stream. Implements PartialEq, Eq and Hash to enable use as a HashMap key.