[][src]Trait round_based::IsCritical

pub trait IsCritical {
    pub fn is_critical(&self) -> bool;
}

Allows to distinguish a critical error from not critical

For semantic, see StateMachine trait (in particular, handle_incoming and proceed methods)

Required methods

pub fn is_critical(&self) -> bool[src]

Indicates whether an error critical or not

Loading content...

Implementors

Loading content...