Skip to main content

specialize_entry

Function specialize_entry 

Source
pub fn specialize_entry<'a>(
    pipeline: &'a mut ModelCompilePipeline,
    component: &ModelComponent,
    build_hir: impl FnOnce() -> HirModule,
    options: &CompileOptions,
) -> Result<&'a mut CompiledGraph, LowerError>
Expand description

Full specialize + compile entry (specializeEntryPoint analogue).