pub type ParseError = Box<dyn Error + Send + Sync + 'static>;
pub struct ParseError(/* private fields */);