pub fn exec_render( config: RendererConfig, types: &DataTypes<'_>, ) -> Result<Module, RendererError>
Executes the rendering process using the passed config and the types created by the Generator.
config
types
Generator
Returns a suitable Error type if the process was not successful.
Error