pub trait OverflowClient {
    // Required method
    fn overflow(&self);
}
Expand description

Callback handler for when a counter has overflowed past its maximum value and returned to 0.

Required Methods§

source

fn overflow(&self)

Implementors§