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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".