pub fn exec_interpreter(
config: InterpreterConfig,
schemas: &Schemas,
) -> Result<MetaTypes, Error>Expand description
Executes the Interpreter with the passed config and schema.
ยงErrors
Returns a suitable Error type if the process was not successful.