Skip to main content

TimerClient

Trait TimerClient 

Source
pub trait TimerClient {
    // Required method
    fn timer(&self);
}
Expand description

Callback handler for when a timer fires.

Required Methods§

Source

fn timer(&self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§