pub trait Notifier { // Required method fn run(&self) -> Result<()>; }
Alarm action that runs when a countdown reaches zero.
Delegates to the implementation and yields any I/O error it produces.