pub fn run_codegen(
types: Vec<ElmTypeInfo>,
options: CodegenOptions<'_>,
) -> Result<CodegenOutcome>Expand description
Run codegen over an explicit list of types. Callers that want the
default “all registered types” behavior should pass
registered_types() themselves.