Trait WarrantsRestart

Source
pub trait WarrantsRestart {
    // Required method
    fn warrants_restart(&self) -> bool;
}
Expand description

The base trait for all “other” restart checkers.

Required Methods§

Source

fn warrants_restart(&self) -> bool

Whether a restart is warranted given the current situation.

Implementors§