pub trait OverflowClient { fn overflow(&self); }
Callback handler for when a counter has overflowed past its maximum value and returned to 0.