//! This module contains the minimal required implementation for the [`Id`](evident::event::Id) trait.
//!
//! [req:qa.ux.usage]
// Note: `id: 1` is important, since filter would not allow an event with this id.
// Test in `mod` ensures that stop capturing event is still captured.
pub const STOP_CAPTURING: MinId = MinId ;
const START_CAPTURING: MinId = MinId ;