Skip to main content

BusyIntervalSink

Trait BusyIntervalSink 

Source
trait BusyIntervalSink {
    // Required method
    fn on_interval(&mut self, interval: &BusyInterval);
}

Required Methods§

Source

fn on_interval(&mut self, interval: &BusyInterval)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§