Function exec_generator
Source pub fn exec_generator<'types>(
config: GeneratorConfig,
schemas: &Schemas,
types: &'types MetaTypes,
) -> Result<DataTypes<'types>, Error>
Expand description
Executes the Generator with the passed config, schema and types to
generate a DataTypes for further processing.
ยงErrors
Returns a suitable Error type if the process was not successful.