pub trait CustomError: Display + Debug + Send + Sync + 'static { }
Custom error type that can be used in EMLErrorKind::Custom