pub trait AppError: Debug + Error + Send + Sync + Unpin + 'static { }
Bounds that the application error type must satisfy.