pub type CounterDelta = Vec<TimedEvent<CounterEvent>>;
pub struct CounterDelta { /* private fields */ }