pub type ConflictMap<Id> = StateMap<SmallVec<[Id; 2]>>;
ConflictMap of OwnedEventId specifically.
pub struct ConflictMap<Id> { /* private fields */ }