TaskError

Trait TaskError 

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

An error that is thrown from within a managed task

Required Methods§

Implementors§