pub type AnalyzerError = Box<dyn Error + Send + Sync>;
Type alias for errors that can be sent between threads
pub struct AnalyzerError(/* private fields */);