pub trait UIErrorTrait: Error + AsAny + 'static { }
A trait to mark fulfilling the requirements put upon UI error types.