Skip to main content

Notifier

Trait Notifier 

Source
pub trait Notifier {
    // Required method
    fn run(&self) -> Result<()>;
}

Required Methods§

Source

fn run(&self) -> Result<()>

Alarm action that runs when a countdown reaches zero.

§Errors

Delegates to the implementation and yields any I/O error it produces.

Implementors§