pub trait TaskErr: Error + Sync + Send + 'static { }

Implementors§

source§

impl<T: Error + Sync + Send + 'static> TaskErr for T