pub trait WarrantsRestart {
// Required method
fn warrants_restart(&self) -> bool;
}Expand description
The base trait for all “other” restart checkers.
Required Methods§
Sourcefn warrants_restart(&self) -> bool
fn warrants_restart(&self) -> bool
Whether a restart is warranted given the current situation.