Trait round_based::IsCritical
source · [−]pub trait IsCritical {
fn is_critical(&self) -> bool;
}Expand description
Distinguish a critical error from not critical
For semantic, see StateMachine trait (in particular, handle_incoming and proceed methods)
Required Methods
fn is_critical(&self) -> bool
fn is_critical(&self) -> bool
Indicates whether an error critical or not