pub trait TaskError {
// Required method
fn is_recoverable(&self) -> bool;
}Expand description
An error that is thrown from within a managed task
pub trait TaskError {
// Required method
fn is_recoverable(&self) -> bool;
}An error that is thrown from within a managed task