exec_render

Function exec_render 

Source
pub fn exec_render(
    config: RendererConfig,
    types: &DataTypes<'_>,
) -> Result<Module, RendererError>
Expand description

Executes the rendering process using the passed config and the types created by the Generator.

ยงErrors

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