pub fn exec_parser(config: ParserConfig) -> Result<Schemas, Error>
Executes the Parser with the passed config.
Parser
config
Returns a suitable Error type if the process was not successful.
Error