Skip to main content

OverflowClient

Trait OverflowClient 

Source
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)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§