pub trait CustomError: Error + Send + Sync + 'static { }
Anything implementing this trait can be used in ErrorKind::Custom.
ErrorKind::Custom