trait ShouldHalt {
    fn should_halt(&self) -> bool;
}
Expand description

A trait for errors that should halt rather than panic the process.

Required Methods§

Reports whether the error should halt rather than panic the process.

Implementations on Foreign Types§

Implementors§