Skip to main content

exec_interpreter_with_ident_cache

Function exec_interpreter_with_ident_cache 

Source
pub fn exec_interpreter_with_ident_cache(
    config: InterpreterConfig,
    schemas: &Schemas,
) -> Result<(MetaTypes, IdentCache), Error>
Expand description

Executes the Interpreter with the passed config and schema.

Returns the interpreted MetaTypes structure, as well as the IdentCache that can be used to lookup TypeIdentifiers.

ยงErrors

Returns a suitable Error type if the process was not successful.